summaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file/cfg_file_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/utils/cfg_file/cfg_file_test/Cargo.toml')
-rw-r--r--crates/utils/cfg_file/cfg_file_test/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/utils/cfg_file/cfg_file_test/Cargo.toml b/crates/utils/cfg_file/cfg_file_test/Cargo.toml
new file mode 100644
index 0000000..73e580b
--- /dev/null
+++ b/crates/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.46.1", features = ["full"] }
+serde = { version = "1.0.219", features = ["derive"] } \ No newline at end of file