redox/recipes/wip/dev/cargo-whatfeatures/recipe.toml
2024-05-17 23:26:01 +00:00

9 lines
169 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/museun/cargo-whatfeatures"
[build]
template = "custom"
script = """
cookbook_cargo --features rustls
"""