From d8bb353580f8d26e1e3dc2422e421ce64aa85417 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 23 Feb 2025 12:35:56 +0100 Subject: test module for config crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2bd6a3f..bc73fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ]} -- cgit v1.2.3