From d3b2274504d16770ff1a3162cae4053a0820c284 Mon Sep 17 00:00:00 2001 From: Aria Date: Fri, 13 Oct 2023 01:33:56 +0100 Subject: wip: broadcast --- broadcast/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 broadcast/Cargo.toml (limited to 'broadcast/Cargo.toml') 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 -- cgit v1.2.3