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

14 lines
262 B
TOML

[package]
name = "neco"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
edition = "2018"
[dependencies]
libc = { version = "0.2.54", default-features = false }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"