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

12 lines
207 B
TOML

#TODO camino crate error
[source]
git = "https://github.com/Enselic/cargo-public-api"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages cargo-public-api
"""