redox/recipes/wip/dev/cargo-tools/cargo-clone/recipe.toml
2024-06-25 21:23:33 +00:00

12 lines
202 B
TOML

#TODO cargo-util crate error
[source]
git = "https://github.com/JanLikar/cargo-clone"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages cargo-clone
"""