allow using config file instead of env

This commit is contained in:
Robin Appelman 2024-10-27 13:51:54 +01:00
commit 7f7ad384a8
7 changed files with 357 additions and 33 deletions

View file

@ -16,8 +16,11 @@ color-eyre = "0.6.3"
async-stream = "0.3.5"
pin-utils = "0.1.0"
hostname = "0.4.0"
tokio-stream = "0.1.15"
tokio-stream = { version = "0.1.15", features = ["net"] }
serde = { version = "1.0.200", features = ["derive"] }
secretfile = "0.1.0"
toml = "0.8.19"
clap = { version = "4.5.20", features = ["derive"] }
[profile.release]
lto = true