imag/libimagannotation/Cargo.toml
Matthias Beyer a4c2c04c61 Use cargo feature to specify both version and path
Thanks to reddit user /u/TimNN for suggesting this.
2017-08-27 11:25:43 +02:00

21 lines
730 B
TOML

[package]
name = "libimagannotation"
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 = "../libimagstore" }
libimagnotes = { version = "0.4.0", path = "../libimagnotes" }
libimagerror = { version = "0.4.0", path = "../libimagerror" }
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
libimagutil = { version = "0.4.0", path = "../libimagutil" }