aboutsummaryrefslogtreecommitdiff
path: root/server/protocol/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/protocol/Cargo.toml')
-rw-r--r--server/protocol/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml
new file mode 100644
index 00000000..8fc63121
--- /dev/null
+++ b/server/protocol/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "hurrycurry-protocol"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde = { version = "1.0.204", features = ["derive"] }
+glam = { version = "0.28.0", features = ["serde"] }
+