summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
new file mode 100644
index 0000000..b0ba84a
--- /dev/null
+++ b/client/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "weareclient"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+anyhow = "1.0.95"
+audiopus = "0.2.0"
+clap = { version = "4.5.23", features = ["derive"] }
+cpal = "0.15.3"
+env_logger = "0.11.6"
+log = "0.4.22"
+pollster = "0.4.0"
+wgpu = "23.0.1"
+winit = "0.30.8"