Move miniserve to wip/net/http, change it to toml and change source to upstream

This commit is contained in:
Bendeguz Pisch 2025-08-20 10:12:02 +02:00
parent 16785c25b0
commit c64fb342b4
2 changed files with 12 additions and 2 deletions

View File

@ -1,2 +0,0 @@
GIT=https://gitlab.redox-os.org/redox-os/miniserve
BUILD_DEPENDS=(openssl1 zlib)

View File

@ -0,0 +1,12 @@
#TODO missing libc:: socket-related imports
[source]
git = "https://github.com/svenstaro/miniserve"
[build]
dependencies = [
"openssl1",
"zlib"
]
template = "cargo"