redox/recipes/wip/oha/recipe.toml
2023-12-19 23:41:45 +00:00

10 lines
224 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/hatoo/oha"
rev = "2c88d2acc0b4773089faaa959debaec15ef355a8"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features --features rustls
"""