mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
9 lines
138 B
TOML
9 lines
138 B
TOML
#TODO make zig work
|
|
[source]
|
|
git = "https://github.com/rust-cross/cargo-zigbuild"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"zig"
|
|
]
|