summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b83531dc67fbd02ed4949518222a26b39a80ce63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "neco"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
edition = "2018"

[dependencies]
safe_libc = { path = "safe_libc" }

[profile.dev]
lto = true
panic = "abort"

[profile.release]
lto = true
panic = "abort"