keepass-diff 1.1.4

This CLI-tool reads two Keepass (.kdbx) files and prints their differences.
1
2
3
FROM rust:latest
WORKDIR /app
RUN cargo install cargo-script