16 lines
263 B
TOML
16 lines
263 B
TOML
[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"
|