redox/recipes/wip/tools/net/server/simple-http-server/recipe.toml
2024-06-26 05:05:28 +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",
]