mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
210 B
TOML
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",
|
|
]
|