redox/recipes/wip/net/server/simple-http-server/recipe.toml
2024-07-02 07:58:21 +00:00

10 lines
239 B
TOML

#TODO discover how to test it, lacking a guide
#TODO compiled but not tested (after a patch on the "open" crate)
[source]
git = "https://github.com/TheWaWaR/simple-http-server"
[build]
template = "cargo"
dependencies = [
"openssl1",
]