Add cursor to textarea
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -1727,6 +1727,12 @@ dependencies = [
|
||||
"getrandom 0.2.16",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rat-cursor"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7d7c7dfdb4219fa10891a06232b071460a66ccd15ce627e3764d63c0371eb9f5"
|
||||
|
||||
[[package]]
|
||||
name = "ratatui"
|
||||
version = "0.29.0"
|
||||
@@ -2234,6 +2240,7 @@ dependencies = [
|
||||
"futures",
|
||||
"lazy_static",
|
||||
"libsqlite3-sys",
|
||||
"rat-cursor",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
"robotstxt",
|
||||
|
||||
Reference in New Issue
Block a user