watch-party/Cargo.toml

15 lines
375 B
TOML
Raw Normal View History

2021-10-24 15:48:10 -07:00
[package]
name = "watch-party"
version = "0.1.0"
edition = "2021"
[dependencies]
futures = "0.3.17"
futures-util = "0.3.17"
once_cell = "1.8.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.12.0", features = ["full"] }
2022-02-15 15:15:06 -08:00
tokio-stream = { version = "0.1.7", features = ["fs"] }
2021-10-24 15:48:10 -07:00
warp = "0.3.1"
2022-05-04 22:40:45 -07:00
nanoid = "0.4.0"