keepass-diff 1.1.3

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