mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
13 lines
181 B
TOML
13 lines
181 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/pkgar.git"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
cargopackages = [
|
|
"pkgar",
|
|
"pkgar-keys",
|
|
]
|
|
cargoflags = [
|
|
"--features cli"
|
|
]
|