yggdrasil/Cargo.toml

17 lines
374 B
TOML
Raw Normal View History

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",
"red",
"colors",
"term",
"lib/libcolors",
2024-01-08 18:45:38 +02:00
"lib/serde-ipc", "lib/libterm"]
[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" }