mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
16 lines
252 B
TOML
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
|