mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-14 22:12:07 +01:00
13 lines
280 B
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"
|
|
|