mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
15 lines
168 B
TOML
15 lines
168 B
TOML
[source]
|
|
same_as = "../orbutils"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
cargopath = "orbutils"
|
|
cargoflags = [
|
|
"--bin background"
|
|
]
|
|
|
|
[package]
|
|
dependencies = [
|
|
"orbital"
|
|
]
|