summaryrefslogtreecommitdiff
path: root/broadcast/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'broadcast/Cargo.toml')
-rw-r--r--broadcast/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/broadcast/Cargo.toml b/broadcast/Cargo.toml
new file mode 100644
index 0000000..f3e4cc7
--- /dev/null
+++ b/broadcast/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "broadcast"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+smol = { workspace = true }
+serde = { workspace = true }
+serde_json = { workspace = true }
+common = { path = "../common/" } \ No newline at end of file