feat: 🎉 streamer initial commit
This commit is contained in:
parent
5309d38c6c
commit
6df2d88b14
2 changed files with 13 additions and 0 deletions
10
streamer/Cargo.toml
Normal file
10
streamer/Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "streamer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cpal = "0.15.3"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
Loading…
Add table
Add a link
Reference in a new issue