mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Create bump_allocator crate
This commit is contained in:
7
libs/bump_allocator/Cargo.toml
Normal file
7
libs/bump_allocator/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||||
name = "bump_allocator"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
spin = "0.3.5"
|
||||
Reference in New Issue
Block a user