20 lines
395 B
TOML
20 lines
395 B
TOML
[workspace]
|
|
resolver = "1"
|
|
members = [
|
|
"init",
|
|
"shell",
|
|
"sysutils",
|
|
"red",
|
|
"colors",
|
|
"term",
|
|
"lib/libcolors",
|
|
"lib/serde-ipc",
|
|
"lib/libterm",
|
|
"netutils"
|
|
]
|
|
|
|
[patch.'https://git.alnyan.me/yggdrasil/yggdrasil-rt.git']
|
|
yggdrasil-rt = { path = "../yggdrasil-rt" }
|
|
[patch.'https://git.alnyan.me/yggdrasil/yggdrasil-abi.git']
|
|
yggdrasil-abi = { path = "../abi" }
|