[package] name = "polymorph-allocator" version = "1.2.0" authors = ["polymorphOS contributors"] edition = "2018" readme = "README.md" description = "A simple memory allocator" homepage = "https://sr.ht/~ren/polymorphos" repository = "https://git.sr.ht/~ren/polymorph-allocator" license = "MIT" [dependencies] bitflags = "1.2.1" spin = "0.5.2"