first commit
This commit is contained in:
commit
65430188aa
11 changed files with 2819 additions and 0 deletions
11
rust/Cargo.toml
Normal file
11
rust/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7", features = ["ws"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
cpal = "0.15"
|
||||
Loading…
Add table
Add a link
Reference in a new issue