Add missing Cargo.toml data
This commit is contained in:
parent
a1ecf34d51
commit
045b440601
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ name = "libimagannotation"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
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]
|
[dependencies]
|
||||||
uuid = { version = "0.3.1", features = ["v4"] }
|
uuid = { version = "0.3.1", features = ["v4"] }
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.1.15"
|
||||||
|
|
Loading…
Reference in a new issue