Files
envr/zig-vendor/age-ffi/Cargo.toml
2026-04-28 17:49:04 -04:00

16 lines
252 B
TOML

[package]
name = "age-ffi"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
age = { version = "0.11", features = ["armor", "ssh", "plugin", "cli-common"] }
secrecy = "0.10"
libc = "0.2"
[profile.release]
lto = true