summaryrefslogtreecommitdiff
path: root/examples/example-basic/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-basic/Cargo.toml')
-rw-r--r--examples/example-basic/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/example-basic/Cargo.toml b/examples/example-basic/Cargo.toml
new file mode 100644
index 0000000..eb10e2a
--- /dev/null
+++ b/examples/example-basic/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "example-basic"
+version.workspace = true
+edition = "2024"
+
+[dependencies]
+mingling.workspace = true
+tokio.workspace = true
+serde.workspace = true