redox/recipes/wip/net/bita/recipe.toml
2024-02-16 22:53:58 +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
"""