[package] name = "kernel_web" version = "0.1.8" edition = "2021" authors = ["Ali Hassan "] exclude = ["/target"] keywords = ["kernel", "terminal", "process"] description = "The purpose of this crate to invoke kernel process" categories = ["kernel", "os", "process", "bash"] license-file = "LICENSE" license = "MIT" publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colorful = "0.2.2"