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

[dependencies]
libc = { version = "0.2.68", default-features = false }

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"