diff options
| author | lukeflo | 2025-02-22 00:48:41 +0100 |
|---|---|---|
| committer | lukeflo | 2025-02-22 00:48:41 +0100 |
| commit | 63d4410fdfe7712faec287aee2f5c0ca288dc996 (patch) | |
| tree | cdc1c3a2fa012c9c194766c256572129ae069a92 /Cargo.toml | |
| parent | 9cfed78e434a165d4cc01a869dfa7066b8b29819 (diff) | |
| download | bibiman-63d4410fdfe7712faec287aee2f5c0ca288dc996.tar.gz bibiman-63d4410fdfe7712faec287aee2f5c0ca288dc996.zip | |
replace Config crate with Figment -> better merging of default and config values
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,5 +35,6 @@ tui-input = "0.11.0" walkdir = "2.5.0" regex = "1.11.1" ureq = "2.12.1" -config = { version = "0.15.8", default-features = false, features = ["async", "async-trait", "convert-case", "convert_case", "toml"] } +# config = { version = "0.15.8", default-features = false, features = ["async", "async-trait", "convert-case", "convert_case", "toml"] } serde = { version = "1.0.217", features = ["serde_derive"] } +figment = { version = "0.10.19", features = [ "toml" ]} |
