This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neco/Cargo.toml

17 lines
263 B
TOML
Raw Permalink Normal View History

2019-05-12 02:39:08 +02:00
[package]
name = "neco"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
edition = "2018"
[dependencies]
2020-04-04 13:22:18 +02:00
safe_libc = { path = "safe_libc" }
2019-05-12 02:39:08 +02:00
[profile.dev]
lto = true
2019-05-12 02:39:08 +02:00
panic = "abort"
[profile.release]
lto = true
2019-05-12 02:39:08 +02:00
panic = "abort"