redox/recipes/wip/net/download/youtube-tui/recipe.toml
2026-03-06 00:58:12 +07:00

11 lines
210 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/Siriusmart/youtube-tui"
shallow_clone = true
[build]
template = "cargo"
cargoflags = ["--no-default-features"]
dependencies = [
"openssl3",
]