[package] name = "kernel" version = "0.1.0" authors = ["Dennis Kobert ", "Jan Zwerschke"] edition = "2018" [[test]] name = "int3" harness = false [[test]] name = "stack_overflow" harness = false [package.metadata.cargo-xbuild] sysroot_path = "target/sysroot" [dependencies] x86_64 = "0.7.5" uart_16550 = "0.2.1" spin = "0.5" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.compiler_builtins] version = "0.1.19" git = "https://github.com/rust-lang/compiler-builtins" features = ["mem"]