[package] name = "kernel" version = "0.1.0" authors = ["Dennis Kobert ", "Jan Zwerschke"] edition = "2018" [lib] crate-type = ["staticlib"] [dependencies] compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" }