summaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file/cfg_file_example/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/utils/cfg_file/cfg_file_example/Cargo.toml')
-rw-r--r--crates/utils/cfg_file/cfg_file_example/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
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