From 382cc8d67219adba24d04af029ad6a61824930f5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 12 Sep 2025 02:16:18 +0800 Subject: Add test `cfg_file_test` --- crates/utils/cfg_file/cfg_file_example/Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 crates/utils/cfg_file/cfg_file_example/Cargo.toml (limited to 'crates/utils/cfg_file/cfg_file_example/Cargo.toml') diff --git a/crates/utils/cfg_file/cfg_file_example/Cargo.toml b/crates/utils/cfg_file/cfg_file_example/Cargo.toml deleted file mode 100644 index 932bc31..0000000 --- a/crates/utils/cfg_file/cfg_file_example/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "cfg_file_example" -edition = "2024" -version.workspace = true - -[dependencies] -cfg_file = { path = "../../cfg_file" } -cfg_file_derive = { path = "../cfg_file_derive" } -tokio = { version = "1.46.1", features = ["full"] } -serde = { version = "1.0.219", features = ["derive"] } \ No newline at end of file -- cgit