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

[dependencies]
semver = "0.2"
log = "0.3.5"
toml = "0.1.25"

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

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

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