[package] authors = ["Matthias Beyer "] 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"