mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
allow using config file instead of env
This commit is contained in:
parent
8687197051
commit
7f7ad384a8
7 changed files with 357 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue