feat: allow passing global configuration as TOML file

This commit is contained in:
Jef Roosens 2023-08-11 21:26:17 +02:00
parent bf83357464
commit 34d016fd3f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
10 changed files with 347 additions and 74 deletions

View file

@ -17,6 +17,7 @@ clap = { version = "4.3.1", features = ["derive", "env"] }
signal-hook = "0.3.15"
serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = "1.0.96"
figment = { version = "0.10.10", features = ["env", "toml"] }
[profile.release]
lto = "fat"