aboutsummaryrefslogtreecommitdiff
path: root/server/locale/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/Cargo.toml')
-rw-r--r--server/locale/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/locale/Cargo.toml b/server/locale/Cargo.toml
new file mode 100644
index 00000000..4e0b60cf
--- /dev/null
+++ b/server/locale/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "hurrycurry-locale"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+hurrycurry-protocol = { path = "../protocol" }
+anyhow = "1.0.100"