mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
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:
commit
d2dccb8e4f
@ -1,2 +0,0 @@
|
|||||||
GIT=https://gitlab.redox-os.org/redox-os/miniserve
|
|
||||||
BUILD_DEPENDS=(openssl1 zlib)
|
|
||||||
12
recipes/wip/net/http/miniserve/recipe.toml
Normal file
12
recipes/wip/net/http/miniserve/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#TODO missing libc:: socket-related imports
|
||||||
|
|
||||||
|
[source]
|
||||||
|
git = "https://github.com/svenstaro/miniserve"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
dependencies = [
|
||||||
|
"openssl1",
|
||||||
|
"zlib"
|
||||||
|
]
|
||||||
|
template = "cargo"
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user