allow including extra info in --version output

This commit is contained in:
Charles Hall 2024-03-11 20:11:59 -07:00
parent 741ca63e94
commit ac22b1bed1
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 17 additions and 2 deletions

View file

@ -102,7 +102,7 @@ thread_local = "1.1.7"
hmac = "0.12.1"
sha-1 = "0.10.1"
# used for conduit's CLI and admin room command parsing
clap = { version = "4.3.0", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
clap = { version = "4.3.0", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string"] }
futures-util = { version = "0.3.28", default-features = false }
# Used for reading the configuration from conduit.toml & environment variables
figment = { version = "0.10.8", features = ["env", "toml"] }