libuwuc/Cargo.toml
2023-09-29 20:17:35 +02:00

18 lines
291 B
TOML

[package]
name = "libuwuc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[dependencies]
cfg-if = "1.0.0"
[features]
export_symbols = []