redox/recipes/wip/bita/recipe.toml
2023-12-20 18:42:14 +00:00

9 lines
238 B
TOML

#TODO compilation error (after a cargo update and a patch on the ring and tokio crates)
[source]
git = "https://github.com/oll3/bita"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features --features rustls-tls
"""