summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-04 23:32:43 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-04 23:32:43 +0100
commit72c23eb57070ab859ffde4f989aa85f7f2eedcf8 (patch)
tree963a0b346d8ddb8baa8cacdec31784b3f442eadc /client/Cargo.toml
parent2707f03617478e2a5e521961c46c9c6511d5088d (diff)
downloadweareserver-72c23eb57070ab859ffde4f989aa85f7f2eedcf8.tar
weareserver-72c23eb57070ab859ffde4f989aa85f7f2eedcf8.tar.bz2
weareserver-72c23eb57070ab859ffde4f989aa85f7f2eedcf8.tar.zst
tri
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"