tubest/driver/Cargo.toml

13 lines
245 B
TOML
Raw Normal View History

2023-11-13 00:18:55 +00:00
[package]
name = "tubest-driver"
version = "0.1.0"
edition = "2021"
[dependencies]
tubest-common.workspace = true
futures.workspace = true
libmpv.workspace = true
2023-11-13 01:55:21 +00:00
serde_json.workspace = true
2023-11-13 00:18:55 +00:00
tokio.workspace = true
tokio-stream.workspace = true