mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
13 lines
197 B
TOML
13 lines
197 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
package_path = "orbutils"
|
|
cargoflags = "--bin background"
|
|
|
|
[package]
|
|
dependencies = [
|
|
"orbital"
|
|
]
|