mirror of
https://github.com/XunilGroup/libxunil.git
synced 2026-04-25 11:39:02 +02:00
19 lines
226 B
TOML
19 lines
226 B
TOML
[package]
|
|
name = "libxunil"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "xunil"
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
|
|
[dependencies]
|
|
spin = "0.10.0"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|