aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-server/Cargo.toml')
-rw-r--r--games/rstnode/rst-server/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/rstnode/rst-server/Cargo.toml b/games/rstnode/rst-server/Cargo.toml
index 865caf9fab15..bf175b81325d 100644
--- a/games/rstnode/rst-server/Cargo.toml
+++ b/games/rstnode/rst-server/Cargo.toml
@@ -7,4 +7,7 @@ license = "AGPL-3.0-or-later"
authors = ["Bread Machine", "Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
-rst-core = { path = "../rst-core" } \ No newline at end of file
+rst-core = { path = "../rst-core" }
+async-std = { version = "1.0", features = ["attributes"] }
+tracing = "0.1"
+tracing-subscriber = "0.2" \ No newline at end of file