diff options
author | Aria <me@aria.rip> | 2023-10-13 01:33:38 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-13 01:33:38 +0100 |
commit | 1b6c1b425f78f4ec3eb275f21a792776e50cbf93 (patch) | |
tree | 9adb3c9fc11ee379078b60243f1705e991f7bf5d /Cargo.toml | |
parent | 186087b2010f7f2b9631a28b80527d99b751b882 (diff) |
start using async
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ [workspace] +resolver = "2" members = [ "common", "echo", - "unique_ids" + "unique_ids", + "broadcast", ] + +[workspace.dependencies] +smol = "1.3.0" +serde = { version = "1.0.185", features = ["derive"] } +serde_json = "1.0.105"
\ No newline at end of file |