Change structopt to clap, remove markdown dependency
This commit is contained in:
parent
cc3ef1a8be
commit
57979da28c
3 changed files with 156 additions and 53 deletions
|
@ -86,8 +86,7 @@ thread_local = "1.1.3"
|
|||
hmac = "0.11.0"
|
||||
sha-1 = "0.9.8"
|
||||
# used for conduit's CLI and admin room command parsing
|
||||
structopt = { version = "0.3.25", default-features = false }
|
||||
pulldown-cmark = "0.9.1"
|
||||
clap = { version = "3.0.10", default-features = false, features = ["std", "derive"] }
|
||||
|
||||
[features]
|
||||
default = ["conduit_bin", "backend_sqlite", "backend_rocksdb"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue