initial prototype
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "player"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
reqwest = { version = "0.12", features = ["stream", "json"] }
|
||||
bytes = "1"
|
||||
async-stream = "0.3"
|
||||
serde_json = "1.0"
|
Reference in New Issue
Block a user