diff options
| author | Christian Cunningham <cc@localhost> | 2022-08-21 18:27:47 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2022-08-21 18:27:47 -0700 |
| commit | 60c867a49cd935e95b735edaace43606aca096e7 (patch) | |
| tree | 2cdd278385c80b820e85656349acf2d15baceefd /Cargo.toml | |
| parent | 844ca958e6462cea5478135887e9540c6f4e4024 (diff) | |
Move types to its own module
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ lto = true default = [] bsp_rpi2 = [] verbose = [] +flag = [] [[bin]] name = "kernel" |
