2016-05-23 12:11:32 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagentrymarkdown"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
|
|
|
hoedown = "5.0.0"
|
|
|
|
crossbeam = "0.2"
|
2016-05-29 09:48:19 +00:00
|
|
|
url = "1.1"
|
2016-05-23 12:11:32 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|