redox/recipes/wip/dev/cargo-tools/cargo-clone/recipe.toml
2026-03-12 14:16:12 -03:00

11 lines
201 B
TOML

#TODO cargo-util crate error
[source]
git = "https://github.com/JanLikar/cargo-clone"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["cargo-clone"]
dependencies = [
"openssl3",
]