rust-keylock-ui 0.15.1

A password manager with goals to be Secure, Simple to use, Portable and Extensible
1
2
3
4
5
6
7
[target.x86_64-pc-windows-gnu]
pre-build = [
    "apt-get update",
    "apt-get install -y --no-install-recommends python3 libssl-dev libxcb-shape0 libxcb-shape0-dev libxcb-xfixes0 libxcb-xfixes0-dev"
]
[target.x86_64-pc-windows-gnu.env]
passthrough = ["RKL_BUILD_MODE"]