aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
new file mode 100644
index 0000000..182f647
--- /dev/null
+++ b/client/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "nogamepads-client"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+nogamepads-core = { path = "../core" }
+
+bevy-tokio-tasks = "0.16.0"
+tokio = { version = "1.45.0", features = ["full"] }
+bevy = "0.16.0" \ No newline at end of file