summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e63e20b0fdb0ef700db2f48350086997eba5e640 (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
[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"
maildir.git        = "https://git.sr.ht/~matthiasbeyer/maildir"
mailparse.git      = "https://git.sr.ht/~matthiasbeyer/mailparse"
cursive-tabs.git   = "https://git.sr.ht/~matthiasbeyer/cursive-tabs"
cursive-async-view = "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"]