diff options
| author | lukeflo | 2025-02-23 12:35:56 +0100 |
|---|---|---|
| committer | lukeflo | 2025-02-23 12:35:56 +0100 |
| commit | d8bb353580f8d26e1e3dc2422e421ce64aa85417 (patch) | |
| tree | ab5f2d888ab0a46d2593bea95ce1225453ae8bf7 /Cargo.toml | |
| parent | 63d4410fdfe7712faec287aee2f5c0ca288dc996 (diff) | |
| download | bibiman-d8bb353580f8d26e1e3dc2422e421ce64aa85417.tar.gz bibiman-d8bb353580f8d26e1e3dc2422e421ce64aa85417.zip | |
test module for config crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ 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"] } -figment = { version = "0.10.19", features = [ "toml" ]} +figment = { version = "0.10.19", features = [ "toml", "test" ]} |
