[workspace] resolver = "1" members = [ "init", "shell", "sysutils", "red", "colors", "term", "lib/libcolors", "lib/serde-ipc", "lib/libterm", "netutils", "netutils", # "dyn-loader", "rdb" ] exclude = ["dynload-program", "test-kernel-module"] [workspace.dependencies] clap = { version = "4.3.19", features = ["std", "derive", "help", "usage"], default-features = false } clap-num = "1.1.1" serde_json = "1.0.111" serde = { version = "1.0.193", features = ["derive"] } bytemuck = "1.14.0" thiserror = "1.0.56" rand = { git = "https://git.alnyan.me/yggdrasil/rand.git", branch = "alnyan/yggdrasil" } flexbuffers = "2.0.0" # Internal crates serde-ipc.path = "lib/serde-ipc" libterm.path = "lib/libterm" libcolors = { path = "lib/libcolors", default-features = false } yggdrasil-rt.path = "../lib/runtime" yggdrasil-abi = { path = "../lib/abi", features = ["serde", "alloc", "bytemuck"] }