12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "tubest-driver"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tubest-common.workspace = true
|
|
futures.workspace = true
|
|
libmpv.workspace = true
|
|
tokio.workspace = true
|
|
tokio-stream.workspace = true
|