aboutsummaryrefslogtreecommitdiff
path: root/light-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'light-client/Cargo.toml')
-rw-r--r--light-client/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml
new file mode 100644
index 00000000..a7cb5199
--- /dev/null
+++ b/light-client/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "light-client"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+sdl2 = { version = "0.37.0", features = ["image", "ttf"] }
+hurrycurry-protocol = { path = "../server/protocol" }
+tungstenite = "0.23.0"