Support reading client/server secret from an environment variable (#18)

This commit is contained in:
Orhun Parmaksız
2022-04-14 20:40:52 +02:00
committed by GitHub
parent b045d8028e
commit cae08bb3c2
3 changed files with 7 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
anyhow = { version = "1.0.56", features = ["backtrace"] }
clap = { version = "3.1.8", features = ["derive"] }
clap = { version = "3.1.8", features = ["derive", "env"] }
dashmap = "5.2.0"
hex = "0.4.3"
hmac = "0.12.1"