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

12 lines
200 B
TOML

#TODO camino crate error
[source]
git = "https://github.com/museun/cargo-whatfeatures"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo --features rustls
"""