mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
11 lines
189 B
TOML
11 lines
189 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/bluecatengineering/dora"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
cargopackages = [
|
|
"dora-bin",
|
|
"dora-cfg",
|
|
]
|