2023-07-19 21:57:18 +03:00
|
|
|
[workspace]
|
2023-07-20 12:00:41 +03:00
|
|
|
resolver = "1"
|
2023-07-19 21:57:18 +03:00
|
|
|
members = [
|
2023-07-27 16:25:26 +03:00
|
|
|
"init",
|
|
|
|
"shell",
|
2023-11-18 22:44:11 +02:00
|
|
|
"sysutils",
|
2023-12-28 10:39:21 +02:00
|
|
|
"red",
|
|
|
|
"colors",
|
|
|
|
"term",
|
|
|
|
"lib/libcolors",
|
2024-01-22 14:41:09 +02:00
|
|
|
"lib/serde-ipc",
|
|
|
|
"lib/libterm",
|
|
|
|
"netutils"
|
|
|
|
]
|
2023-12-28 10:39:21 +02:00
|
|
|
|
|
|
|
[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" }
|