aboutsummaryrefslogtreecommitdiff
path: root/server/client-lib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/client-lib/Cargo.toml')
-rw-r--r--server/client-lib/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
new file mode 100644
index 00000000..6a3e7f98
--- /dev/null
+++ b/server/client-lib/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "hurrycurry-client-lib"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+hurrycurry-protocol = { path = "../protocol" }