2016-05-12 13:10:31 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagbookmark"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-05-12 13:12:06 +00:00
|
|
|
log = "0.3"
|
|
|
|
semver = "0.2"
|
|
|
|
url = "1.1"
|
2016-07-07 22:23:56 +00:00
|
|
|
regex = "0.1"
|
2016-05-12 13:12:06 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-05-12 13:28:24 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
2016-05-12 13:12:06 +00:00
|
|
|
[dependencies.libimagentrylink]
|
|
|
|
path = "../libimagentrylink"
|
|
|
|
|