keepass-diff 1.2.0

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