From 60c867a49cd935e95b735edaace43606aca096e7 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 21 Aug 2022 18:27:47 -0700 Subject: Move types to its own module --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f7f496d..7f7f81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ lto = true default = [] bsp_rpi2 = [] verbose = [] +flag = [] [[bin]] name = "kernel" -- cgit v1.2.1