feat: allow passing global configuration as TOML file
This commit is contained in:
parent
bf83357464
commit
34d016fd3f
10 changed files with 347 additions and 74 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue