summaryrefslogtreecommitdiff
path: root/utils/cfg_file/cfg_file_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cfg_file/cfg_file_test/Cargo.toml')
-rw-r--r--utils/cfg_file/cfg_file_test/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/cfg_file/cfg_file_test/Cargo.toml b/utils/cfg_file/cfg_file_test/Cargo.toml
new file mode 100644
index 0000000..5db1010
--- /dev/null
+++ b/utils/cfg_file/cfg_file_test/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "cfg_file_test"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+cfg_file = { path = "../../cfg_file", features = ["default"] }
+tokio = { version = "1.48.0", features = ["full"] }
+serde = { version = "1.0.228", features = ["derive"] }