xref: /relibc/ralloc/Cargo.toml (revision 819ed484c3977819845fadd639aa337ed0757a8f)
1[package]
2name = "ralloc"
3version = "0.1.0"
4authors = ["ticki <ticki@users.noreply.github.com>"]
5
6[target.'cfg(unix)'.dependencies]
7syscall = "0.2.1"
8
9[features]
10default = ["allocator"]
11allocator = []
12