chore: published the managarr-tui-widget to crates.io so I changed the Cargo.toml to now pull from crates.io instead of directly using the repo for the widget

This commit is contained in:
2024-11-18 18:47:49 -07:00
parent d5e6d64d0f
commit aaa4e67f43
2 changed files with 3 additions and 2 deletions
Generated
+2 -1
View File
@@ -1314,7 +1314,8 @@ dependencies = [
[[package]]
name = "managarr-tree-widget"
version = "0.24.0"
source = "git+https://github.com/Dark-Alex-17/managarr-tree-widget.git#b0d8d9f0bfdbb4f4a43f9a59806f8e84bbaf4e30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae8e5f28f9581dcddb67e4741a96231752dafb997224cae6d42c75db29eb5af"
dependencies = [
"ratatui",
"unicode-width 0.2.0",