summaryrefslogtreecommitdiffstats
path: root/.imag-documentation/Cargo.toml
blob: 0d45f87b1f3087d78c12b1f562c977cb3c47e505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[package]
name = "imag-documentation"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

[dependencies]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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