From 402067b8317195fd2bc4ab4d92b5ace94fadb7c0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 19 Sep 2025 22:27:46 +0200 Subject: Refactor book part 1 --- server/tools/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 server/tools/Cargo.toml (limited to 'server/tools/Cargo.toml') diff --git a/server/tools/Cargo.toml b/server/tools/Cargo.toml new file mode 100644 index 00000000..1a6d6aa3 --- /dev/null +++ b/server/tools/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "hurrycurry-tools" +version = "0.1.0" +edition = "2024" + +[dependencies] +anyhow = "1.0.100" +log = "0.4.28" +env_logger = "0.11.8" +clap = { version = "4.5.47", features = ["derive"] } +hurrycurry-protocol = { path = "../protocol" } +hurrycurry-server = { path = ".." } +serde_json = "1.0.145" +serde = { version = "1.0.225", features = ["derive"] } -- cgit v1.2.3-70-g09d2