summaryrefslogtreecommitdiffstats
path: root/libimagbookmark/Cargo.toml
blob: 2d0058551673ade59009739d6f7d330b45245ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "libimagbookmark"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

[dependencies]
log = "0.3"
semver = "0.2"
url = "1.1"
regex = "0.1"

[dependencies.libimagstore]
path = "../libimagstore"

[dependencies.libimagerror]
path = "../libimagerror"

[dependencies.libimagentrylink]
path = "../libimagentrylink"