diff options
| author | lukeflo | 2025-02-17 19:50:55 +0100 |
|---|---|---|
| committer | lukeflo | 2025-02-17 19:50:55 +0100 |
| commit | 059591a1be6b887eaca9b114fdb5b350a65bae43 (patch) | |
| tree | 40bbb1016606efa3111ea0dec051a2ef2c128ad4 /Cargo.toml | |
| parent | dd8dd9611771491e723a49b41cf27b1e9090664d (diff) | |
| download | bibiman-059591a1be6b887eaca9b114fdb5b350a65bae43.tar.gz bibiman-059591a1be6b887eaca9b114fdb5b350a65bae43.zip | |
implement basic config struct and example file
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,3 +35,5 @@ 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"] } +serde = { version = "1.0.217", features = ["serde_derive"] } |
