bili-danmaku-tool/Cargo.toml

17 lines
390 B
TOML
Raw Normal View History

2024-01-07 23:09:04 +08:00
[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"
strum_macros = "0.25.3"
thiserror = "1.0.56"