diff options
Diffstat (limited to 'shared/Cargo.toml')
-rw-r--r-- | shared/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shared/Cargo.toml b/shared/Cargo.toml new file mode 100644 index 0000000..9236576 --- /dev/null +++ b/shared/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "weareshared" +version = "0.1.0" +edition = "2024" + +[dependencies] +anyhow = "1.0.95" +audiopus = "0.2.0" +bincode = "1.3.3" +cpal = "0.15.3" +glam = { version = "0.29.2", features = ["serde"] } +redb = "2.4.0" |