summaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file/cfg_file_test/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-12 02:16:18 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-12 02:16:18 +0800
commit382cc8d67219adba24d04af029ad6a61824930f5 (patch)
tree01674bf2d4fff0b6629f68d8787c06f1e8ab4aaf /crates/utils/cfg_file/cfg_file_test/Cargo.toml
parent0d385d0ddf650272bb1a50beeda6a321ad8ae7e0 (diff)
Add test `cfg_file_test`
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