redox/recipes/net/http/simple-http-server/recipe.toml
2026-04-11 07:16:54 +07:00

12 lines
183 B
TOML

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