Files
obs-cli/Cargo.toml
2022-10-22 00:27:36 +02:00

12 lines
266 B
TOML

[package]
name = "obs-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
obws = "0.10.0-beta.4"
tokio = { version = "1.21.2", features = ["full"] }
anyhow = "1.0"