Add missing Cargo.toml data

This commit is contained in:
Matthias Beyer 2017-08-25 19:42:16 +02:00
parent a1ecf34d51
commit 045b440601

View file

@ -3,6 +3,12 @@ name = "libimagannotation"
version = "0.3.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
[dependencies]
uuid = { version = "0.3.1", features = ["v4"] }
lazy_static = "0.1.15"