feat: 🎉 streamer initial commit

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-22 03:07:06 +03:00
parent 5309d38c6c
commit 6df2d88b14
2 changed files with 13 additions and 0 deletions

10
streamer/Cargo.toml Normal file
View 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"] }