clap env support

This commit is contained in:
weisd
2025-02-17 16:15:16 +08:00
parent 5f5ddc32a7
commit 0be26498d9
4 changed files with 14 additions and 23 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ backon = "1.3.0"
bytes = "1.9.0"
bytesize = "1.3.0"
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive","env"] }
ecstore = { path = "./ecstore" }
flatbuffers = "24.12.23"
futures = "0.3.31"