fix(main): include clap in cargo.toml
This commit is contained in:
@@ -7,6 +7,7 @@ version = "0.9.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.57"
|
||||||
|
clap = { version = "3.1.6", features = ["derive"] }
|
||||||
ctrlc = "3.2.2"
|
ctrlc = "3.2.2"
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.3.4"
|
||||||
flatbuffers = "2.1.2"
|
flatbuffers = "2.1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user