keepass-diff 0.1.0

This CLI-tool reads two Keepass (.kdbx) files and prints their differences.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "keepass-diff"
description = "This CLI-tool reads two Keepass (.kdbx) files and prints their differences."
keywords = ["cli", "diff", "keepass"]
repository = "https://github.com/Narigo/keepass-diff"
license = "MIT"
license-file = "LICENSE"
readme = "README.md"
version = "0.1.0"
authors = ["Joern Bernhardt <joern.bernhardt@googlemail.com>"]

[dependencies]
clap = "2.32.0"
keepass = "0.1.2"
rpassword = "2.0.0"
termcolor = "1.0.4"