redox/recipes/wip/net/rqbit/recipe.toml
2024-02-18 00:04:49 +00:00

12 lines
196 B
TOML

#TODO network-interface crate error
[source]
git = "https://github.com/ikatson/rqbit"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages rqbit
"""