aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-21 18:27:47 -0700
committerChristian Cunningham <cc@localhost>2022-08-21 18:27:47 -0700
commit60c867a49cd935e95b735edaace43606aca096e7 (patch)
tree2cdd278385c80b820e85656349acf2d15baceefd /Cargo.toml
parent844ca958e6462cea5478135887e9540c6f4e4024 (diff)
Move types to its own module
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"