add cli util

This commit is contained in:
Aiden McClelland
2022-08-24 12:52:53 -06:00
parent a529d3e11b
commit eb60fc3888
2 changed files with 58 additions and 0 deletions

12
patch-db-util/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[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"] }