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

[dependencies]
log = "0.3"
hoedown = "5.0.0"
crossbeam = "0.2"

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

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