imag/libimagannotation/Cargo.toml

32 lines
668 B
TOML
Raw Normal View History

2016-10-13 12:53:57 +00:00
[package]
name = "libimagannotation"
version = "0.4.0"
2016-10-13 12:53:57 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2017-08-25 17:42:16 +00:00
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
2016-10-13 12:53:57 +00:00
[dependencies]
2016-10-13 13:13:01 +00:00
uuid = { version = "0.3.1", features = ["v4"] }
2016-10-13 14:24:57 +00:00
lazy_static = "0.1.15"
2017-05-03 15:39:50 +00:00
toml = "^0.4"
2016-10-13 13:13:01 +00:00
[dependencies.libimagstore]
path = "../libimagstore"
2016-10-13 14:26:46 +00:00
[dependencies.libimagnotes]
path = "../libimagnotes"
2016-10-13 13:13:01 +00:00
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagentrylink]
path = "../libimagentrylink"
[dependencies.libimagutil]
path = "../libimagutil"