bili-danmaku-tool/Cargo.toml

17 lines
395 B
TOML

[package]
name = "bili-live-danmaku-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "1.3.3"
brotli = "3.4.0"
futures = "0.3.30"
serde = { version = "1.0.195", features = ["derive"] }
serde_bytes = "0.11.14"
serde_json = "1.0.111"
thiserror = "1.0.56"
tokio-tungstenite = "0.21.0"