summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 44c923d015dba25032ef4a67f9c11f14484a5327 (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
[package]
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
name = "muar"
version = "0.1.0"

[dependencies]
handlebars             = "3"
walkdir                = "2"
anyhow                 = "1"
log                    = "0.4"
env_logger             = "0.7"
mailparse.git          = "https://git.sr.ht/~matthiasbeyer/mailparse"
cursive-tabs           = "0.5"
cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view"
cursive-async-view     = "0.4"
notmuch                = "0.6"
config                 = "0.10"
serde                  = { version = "1.0", features = ["derive"] }
chrono                 = "0.4"

cursive            = "0.15"

[dependencies.cursive_tree_view]
git = "https://github.com/matthiasbeyer/cursive_tree_view"
branch = "update-deps"

[dependencies.async-std]
version          = "1.6"
features         = ["unstable"]