mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 11:36:42 +01:00
18 lines
252 B
TOML
18 lines
252 B
TOML
[package]
|
|
name = "upkr_c"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "upkr"
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
strip = "debuginfo"
|
|
lto = true
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
upkr = { path="..", default-features=false }
|