xref: /relibc/ralloc/shim/Cargo.toml (revision 998377c6b486f141b1744fc7da7fb5f5089ab16b)
1[package]
2name = "ralloc_shim"
3version = "0.1.1"
4authors = ["Ticki", "Jeremy Soller <jackpot51@gmail.com>"]
5
6[profile.release]
7panic = "abort"
8opt-level = 3
9debug = false
10rpath = false
11lto = true
12debug-assertions = false
13codegen-units = 1
14
15[dependencies]
16syscall = "0.2.1"
17