mates 0.2.0

A very simple commandline addressbook
Documentation
[package]
name = "mates"
version = "0.2.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"
keywords = ["vdir", "vcard", "contacts", "addressbook"]
readme = "README.md"

description = "A very simple commandline addressbook"
documentation = "https://github.com/untitaker/mates.rs"
homepage = "https://github.com/untitaker/mates.rs"
repository = "https://github.com/untitaker/mates.rs"

[lib]
name = "mates"
path = "src/mates/lib.rs"

[[bin]]
name = "mates"
test = false
doc = false

[dependencies]
uuid = { version = "0.5", features = ["v4"] }
atomicwrites = "0.1"
email = "0.0"
clap = "2"
vobject = "0.2"
cursive = "0.5"