[package] name = "jinux" version = "0.1.1" edition = "2021" [[bin]] name = "jinux" path = "kernel/main.rs" [dependencies] jinux-frame = { path = "framework/jinux-frame" } jinux-std = { path = "services/libs/jinux-std" } component = { path = "services/libs/comp-sys/component" } [dev-dependencies] x86_64 = "0.14.2" jinux-time = { path = "services/comps/time" } jinux-framebuffer = { path = "services/comps/framebuffer" } [workspace] members = [ "build", "framework/jinux-frame", "services/comps/pci", "services/comps/virtio", "services/comps/input", "services/comps/block", "services/comps/network", "services/comps/framebuffer", "services/comps/time", "services/libs/jinux-std", "services/libs/jinux-rights-proc", "services/libs/typeflags", "services/libs/typeflags-util", "services/libs/jinux-util", "services/libs/cpio-decoder", "services/libs/int-to-c-enum", ] exclude = ["services/libs/comp-sys/controlled", "services/libs/comp-sys/cargo-component"]