Cargo fails to resolve the leaves dependency. The dependency name should be changed to leaves-tui as this matches the package name in the repository of leaves.
version = "0.112.2"
default-features = false
-[dependencies.leaves]
+[dependencies.leaves-tui]
git = "https://github.com/freepicheep/leaves.git"
branch = "main"
Cargo fails to resolve the
leavesdependency. The dependency name should be changed toleaves-tuias this matches the package name in the repository ofleaves.