imag/libimagruby/Cargo.toml

42 lines
910 B
TOML
Raw Normal View History

2017-01-18 09:42:12 +00:00
[package]
2017-01-20 09:41:33 +00:00
name = "libimagruby"
2017-01-18 09:42:12 +00:00
version = "0.1.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"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
2017-01-20 09:04:12 +00:00
[lib]
crate-type = ["dylib"]
2017-01-18 09:42:12 +00:00
[dependencies]
ruru = "0.9"
2017-01-18 14:33:57 +00:00
lazy_static = "0.2"
log = "0.3"
env_logger = "0.3"
2017-01-20 12:09:51 +00:00
toml = "0.2"
2017-01-22 13:57:23 +00:00
uuid = { version = "0.3", features = ["v4"] }
2017-01-18 09:42:12 +00:00
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagstore]
path = "../libimagstore"
2017-01-22 13:57:23 +00:00
[dependencies.libimagstorestdhook]
path = "../libimagstorestdhook"
2017-01-18 09:42:12 +00:00
[dependencies.libimagutil]
path = "../libimagutil"