aboutsummaryrefslogtreecommitdiff
path: root/server/tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/Cargo.toml')
-rw-r--r--server/tools/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
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"] }