mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
14 lines
187 B
TOML
14 lines
187 B
TOML
[source]
|
|
git = "https://github.com/Byron/gitoxide.git"
|
|
rev = "v0.54.0"
|
|
shallow_clone = true
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
|
|
[build]
|
|
dependencies = [
|
|
"openssl3",
|
|
]
|
|
template = "cargo"
|