yggdrasil/Cargo.toml

14 lines
269 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",
"sysutils"
2023-07-19 21:57:18 +03:00
]
2023-07-27 16:25:26 +03:00
[patch.'https://git.alnyan.me/yggdrasil/yggdrasil-abi.git']
yggdrasil-abi = { path = "../abi" }
2023-07-27 16:25:26 +03:00
[patch.'https://git.alnyan.me/yggdrasil/yggdrasil-rt.git']
yggdrasil-rt = { path = "rt" }