Matthias Beyer
84fa51d4fe
This reverts commit 0215817262
.
The quickcheck tests push the build times up very much, so we revert
this patch to keep the idea of the test in the history, but not having
it in the source.
Maybe we can reuse this patch someday.
34 lines
773 B
TOML
34 lines
773 B
TOML
[package]
|
|
name = "libimagentrylink"
|
|
version = "0.3.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"
|
|
|
|
[dependencies]
|
|
itertools = "0.5"
|
|
log = "0.3"
|
|
toml = "^0.4"
|
|
semver = "0.5"
|
|
url = "1.2"
|
|
rust-crypto = "0.2"
|
|
env_logger = "0.3"
|
|
is-match = "0.1"
|
|
|
|
[dependencies.libimagstore]
|
|
path = "../libimagstore"
|
|
|
|
[dependencies.libimagerror]
|
|
path = "../libimagerror"
|
|
|
|
[dependencies.libimagutil]
|
|
path = "../libimagutil"
|
|
|