diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ license = "eupl-1.2" [dependencies] spin = "0.9.8" bitflags = "2.4.2" +# TODO make my own heap allocator +linked_list_allocator = "0.10.5" [dependencies.lazy_static] version = "1.4" |
