dotfiles/scripts/playtwitch/Cargo.toml

13 lines
280 B
TOML

[package]
name = "playtwitch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
clap = { version = "3.1.6", features = ["derive"] }
dirs = "4.0.0"
gtk4 = "0.4.7"