mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
13 lines
188 B
TOML
13 lines
188 B
TOML
#TODO missing libc:: socket-related imports
|
|
|
|
[source]
|
|
git = "https://github.com/svenstaro/miniserve"
|
|
|
|
[build]
|
|
dependencies = [
|
|
"openssl1",
|
|
"zlib"
|
|
]
|
|
template = "cargo"
|
|
|