Files
maudio-router/Cargo.toml
2024-02-12 01:39:12 +09:00

9 lines
259 B
TOML

[package]
name = "maudio-router"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cpal = { git = "https://github.com/RustAudio/cpal.git", features = ["asio"] }