dotfiles/scripts/playtwitch/Cargo.toml

14 lines
280 B
TOML
Raw Normal View History

2022-03-30 14:38:47 +02:00
[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"