summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryannotation/Cargo.toml
blob: a0ceb99ab8851a369abeb4b921d8da26f1bf6667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "libimagentryannotation"
version = "0.4.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"
toml = "^0.4"

libimagstore     = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror     = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagnotes     = { version = "0.4.0", path = "../../../lib/domain/libimagnotes" }
libimagentrylink = { version = "0.4.0", path = "../../../lib/entry/libimagentrylink" }
libimagutil      = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }