diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2021-01-30 13:22:38 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2021-01-30 13:22:38 +0100 |
commit | c2d80a4b61b4bdb5d28a1656e1ba8b5e838ee848 (patch) | |
tree | 13c06099220d05ef96997596b5e40026b5b84957 | |
parent | 1fefb24af0f03f6c0512d3b1d3fad7f943c6edd3 (diff) |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -12,6 +12,7 @@ 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" @@ -29,9 +30,6 @@ serde = { version = "1.0", features = ["derive"] } walkdir = "2" parse-display = "0.4" -[dependencies.cursive_tree_view] -git = "https://github.com/matthiasbeyer/cursive_tree_view" -branch = "update-deps" [patch.crates-io.enumset_derive] |