mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Move miniserve to wip/net/http, change it to toml and change source to upstream
This commit is contained in:
parent
16785c25b0
commit
c64fb342b4
@ -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