Sign in
opensecura
/
sw
/
cantrip
/
userland
/
2a11c2a84616aafe3045a139f8762002190e8073
/
.
/
apps
/
system
/
components
/
cantrip-os-common
/
src
/
allocator
/
Cargo.toml
blob: 7cb61522e2a5c66474ac1e0dd588185200144941 [
file
] [
log
] [
blame
]
[
package
]
name
=
"allocator"
version
=
"0.1.0"
authors
=
[
"Sam Leffler <sleffler@google.com>"
]
edition
=
"2021"
[
dependencies
]
linked_list_allocator
=
{
version
=
"0.10.4"
,
default
-
features
=
false
,
features
=
[
"const_mut_refs"
]
}
spin
=
"0.9"