mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 19:22:23 +01:00
18 lines
221 B
TOML
18 lines
221 B
TOML
[package]
|
|
name = "wolfssl-sys"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
std = []
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.72.1"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "s"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|