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, 10 insertions, 0 deletions
diff --git a/crates/utils/cfg_file/cfg_file_example/Cargo.toml b/crates/utils/cfg_file/cfg_file_example/Cargo.toml
new file mode 100644
index 0000000..932bc31
--- /dev/null
+++ b/crates/utils/cfg_file/cfg_file_example/Cargo.toml
@@ -0,0 +1,10 @@
+[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