IPass/Cargo.toml
2023-01-13 22:35:17 +01:00

17 lines
511 B
TOML

[package]
name = "ipass"
version = "0.4.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rpassword = "7.2"
ip_lib = { path = "library/" }
[profile.release]
opt-level = 'z' # Optimize for size
lto = true # Enable link-time optimization
codegen-units = 1 # Reduce number of codegen units to increase optimizations
panic = 'abort' # Abort on panic
# strip = true # Strip symbols from binary; remove pdb