[package] name = "kernel" version = "0.1.0" authors = ["Dennis Kobert ", "Jan Zwerschke"] edition = "2018" [lib] crate-type = ["staticlib"] [package.metadata.cargo-xbuild] sysroot_path = "target/sysroot" [dependencies.compiler_builtins] version = "0.1.19" git = "https://github.com/rust-lang/compiler-builtins" features = ["mem"]