redox/recipes/net/http/simple-http-server/recipe.toml
2025-07-13 06:42:32 -06:00

12 lines
183 B
TOML

[source]
git = "https://github.com/TheWaWaR/simple-http-server"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""