mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
10 lines
239 B
TOML
10 lines
239 B
TOML
#TODO discover how to test it, lacking a guide
|
|
#TODO compiled but not tested (after a patch on the "open" crate)
|
|
[source]
|
|
git = "https://github.com/TheWaWaR/simple-http-server"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|