summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
authornatrixaeria <upezu@student.kit.edu>2019-11-09 04:44:04 +0100
committernatrixaeria <upezu@student.kit.edu>2019-11-09 04:44:04 +0100
commitb17a0a41bea7789178919f4a0999ea8519e1f897 (patch)
tree96ef6db92da1c63e99041ef7220e58e8af577543 /kernel/Cargo.toml
parenta68a9a11c91c3aca4d6f2e8a32df673ca39ec34d (diff)
Introduce integration test crate
Diffstat (limited to 'kernel/Cargo.toml')
-rw-r--r--kernel/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <dennis@kobert.dev>",
"Jan Zwerschke"]
edition = "2018"
-[lib]
-crate-type = ["staticlib"]
+# [lib]
+# crate-type = ["staticlib"]
[package.metadata.cargo-xbuild]
sysroot_path = "target/sysroot"