Files
patch-db/patch-db-util/Cargo.toml
Aiden McClelland 3e0a0204bc add cli utility (#41)
* add util

* add cli util
2022-09-02 13:01:26 -06:00

13 lines
308 B
TOML

[package]
name = "patch-db-util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.2.16"
patch-db = { path = "../patch-db" }
serde_json = "1.0.85"
tokio = { version = "1.20.1", features = ["full"] }