summaryrefslogtreecommitdiff
path: root/server/bot
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot')
-rw-r--r--server/bot/Cargo.toml3
-rw-r--r--server/bot/src/main.rs2
2 files changed, 3 insertions, 2 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index 259095ab..157472ae 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-hurrycurry-client-lib = { path = "../client-lib" }
+hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] }
+log = "0.4.22"
diff --git a/server/bot/src/main.rs b/server/bot/src/main.rs
index e1be64ef..0b625703 100644
--- a/server/bot/src/main.rs
+++ b/server/bot/src/main.rs
@@ -17,5 +17,5 @@
*/
fn main() {
-
+
} \ No newline at end of file