diff options
author | Aria <me@aria.rip> | 2023-10-13 01:33:56 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-13 01:33:56 +0100 |
commit | d3b2274504d16770ff1a3162cae4053a0820c284 (patch) | |
tree | 449bc11c0a8ad6bf1b68ab4af48abcb33cc22bd9 /broadcast/Cargo.toml | |
parent | 1b6c1b425f78f4ec3eb275f21a792776e50cbf93 (diff) |
wip: broadcast
Diffstat (limited to 'broadcast/Cargo.toml')
-rw-r--r-- | broadcast/Cargo.toml | 12 |
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 |