Configure using environment variables
This commit is contained in:
parent
689b85e6f2
commit
dc1f4bd19d
2 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ rusqlite = { version = "0.35", features = ["bundled"] }
|
|||
reqwest = { version = "0.12", features = ["json"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
sha2 = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue