redox/recipes/wip/net/simple-http-server/recipe.toml
2024-03-22 20:01:15 +00:00

9 lines
149 B
TOML

#TODO open crate error
[source]
git = "https://github.com/TheWaWaR/simple-http-server"
[build]
template = "cargo"
dependencies = [
"openssl1",
]