summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 3259871a36d67a7c5c01f6578f15528f545398ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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           = "0.15"

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

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