mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
12 lines
192 B
TOML
12 lines
192 B
TOML
#TODO compilation error
|
|
[source]
|
|
git = "https://github.com/nabijaczleweli/cargo-update"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"curl",
|
|
"openssl1",
|
|
"libssh2",
|
|
"libgit2",
|
|
]
|