SHA256
Most stuff should be complete.
This commit is contained in:
Generated
+14
@@ -290,6 +290,7 @@ name = "nyanit"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ratatui",
|
||||
"ratatui-textarea",
|
||||
"regex",
|
||||
"termion",
|
||||
]
|
||||
@@ -394,6 +395,19 @@ dependencies = [
|
||||
"termion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ratatui-textarea"
|
||||
version = "0.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c78d5ba0f26f97baed69a4c479f268a31c7b5b89d68ab939842152e383d6e73"
|
||||
dependencies = [
|
||||
"ratatui-core",
|
||||
"ratatui-termion",
|
||||
"ratatui-widgets",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ratatui-widgets"
|
||||
version = "0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user