From b17a0a41bea7789178919f4a0999ea8519e1f897 Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Sat, 9 Nov 2019 04:44:04 +0100 Subject: Introduce integration test crate --- kernel/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/Cargo.toml') diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 9ac2848..a2ce08c 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Dennis Kobert ", "Jan Zwerschke"] edition = "2018" -[lib] -crate-type = ["staticlib"] +# [lib] +# crate-type = ["staticlib"] [package.metadata.cargo-xbuild] sysroot_path = "target/sysroot" -- cgit v1.2.3-54-g00ecf