mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
11 lines
138 B
TOML
11 lines
138 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/orbital.git"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
|
|
[package]
|
|
dependencies = [
|
|
"orbdata"
|
|
]
|