[package] name = "linux-rs" version = "0.0.3" edition = "2021" authors = ["Mateo Lafalce "] license = "GPL-3.0" description = "A complete reimplementation of the Linux kernel in Rust code, with a focus on the x86_64 architecture. Ensuring memory safety, secure concurrency and parallelism with powerful abstractions without loss of performance improving kernel maintainability and readability." repository = "https://gitlab.com/mateolafalce/linux-rs" [dependencies]