yt-snd/Cargo.toml

11 lines
195 B
TOML
Raw Normal View History

2025-08-12 01:53:50 +08:00
[package]
name = "yt-snd"
version = "0.1.0"
edition = "2021"
[dependencies]
gio = "0.21.1"
gtk4 = { version = "0.10.0", features = ["v4_12", "v4_14", "v4_10"] }
2025-08-14 02:00:04 +08:00
regex = "1.11.1"
which = "8.0.0"