summaryrefslogtreecommitdiff
path: root/broadcast/Cargo.toml
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-10-13 01:33:56 +0100
committerAria <me@aria.rip>2023-10-13 01:33:56 +0100
commitd3b2274504d16770ff1a3162cae4053a0820c284 (patch)
tree449bc11c0a8ad6bf1b68ab4af48abcb33cc22bd9 /broadcast/Cargo.toml
parent1b6c1b425f78f4ec3eb275f21a792776e50cbf93 (diff)
wip: broadcast
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