summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 374d96f7fe909ebc18b8d7212e328109366f1227 (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
32
33
34
35
36
37
38
[package]
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
name = "muar"
version = "0.1.0"

[dependencies]
anyhow                    = "1"
chrono                    = "0.4"
config                    = "0.10"
cursive                   = "0.16"
cursive-async-view        = "0.4"
cursive-flexi-logger-view = { git = "https://github.com/deinstapel/cursive-flexi-logger-view/" }
cursive-multiplex         = { git = "https://github.com/matthiasbeyer/cursive-multiplex", branch = "getters" }
cursive_tree_view         = { git = "https://github.com/bonsaiden/cursive_tree_view", branch = "master" }
cursive-tabs              = { git = "https://github.com/matthiasbeyer/cursive-tabs", branch = "getters" }
cursive_table_view.git    = "https://git.sr.ht/~matthiasbeyer/cursive_table_view"
env_logger                = "0.7"
flexi_logger              = "0.17"
failure                   = "0.1"
getset                    = "0.1"
handlebars                = "3"
indoc                     = "1"
itertools                 = "0.10"
log                       = "0.4"
mailparse.git             = "https://git.sr.ht/~matthiasbeyer/mailparse"
notmuch                   = "0.6"
result-inspect            = "0.1"
serde                     = { version = "1.0", features = ["derive"] }
walkdir                   = "2"
parse-display             = "0.4"



[patch.crates-io.enumset_derive]
git = "https://github.com/ocboogie/enumset"
branch = "span-fix"