summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ca2a061e7157c41ca2d9cedd5b061b49c47aafe7 (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
[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           = "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"]