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

[dependencies]
handlebars       = "3"
walkdir          = "2"
anyhow           = "1"
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"]