Merge branch 'update_miniserve' into 'master'

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

See merge request redox-os/cookbook!593
This commit is contained in:
Jeremy Soller 2025-08-20 06:55:32 -06:00
commit d2dccb8e4f
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"