summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aeaf644..374d96f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]