first commit

This commit is contained in:
Soph :3 2025-11-11 11:29:38 +02:00
commit 65430188aa
11 changed files with 2819 additions and 0 deletions

11
rust/Cargo.toml Normal file
View 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"