mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
9 lines
181 B
TOML
Executable File
9 lines
181 B
TOML
Executable File
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/rust64.git"
|
|
#git_upstream = "https://github.com/kondrak/rust64.git"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"orbital"
|
|
]
|