redox/recipes/wip/net/http/miniserve/recipe.toml
2026-06-07 09:09:20 +07:00

11 lines
192 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/svenstaro/miniserve"
rev = "v0.35.0"
patches = [
"redox.patch"
]
shallow_clone = true
[build]
template = "cargo"