From 410829451bb1bc01691308acb850c7bba9075075 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Fri, 25 Oct 2019 16:11:37 +0200 Subject: Iink rust binary --- kernel/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel/Cargo.toml') diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 410d6d7..9dd89c3 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -7,3 +7,6 @@ edition = "2018" [lib] crate-type = ["staticlib"] + +[dependencies] +compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" } -- cgit v1.2.3-54-g00ecf