ui: add tui-skeleton for a fun loading animation
This commit is contained in:
Generated
+11
@@ -1010,6 +1010,7 @@ dependencies = [
|
||||
"throbber-widgets-tui",
|
||||
"tokio",
|
||||
"tui-input",
|
||||
"tui-skeleton",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4619,6 +4620,16 @@ dependencies = [
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tui-skeleton"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4d3eb5b0d4f9fc43565038283e53913bfd961a63f914d3352a71348c695e508e"
|
||||
dependencies = [
|
||||
"ratatui-core",
|
||||
"ratatui-widgets",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tungstenite"
|
||||
version = "0.28.0"
|
||||
|
||||
Reference in New Issue
Block a user