This commit is contained in:
2026-02-08 21:31:33 +01:00
parent 2aa3907965
commit 64c6d5129f
4 changed files with 31 additions and 11 deletions

7
Cargo.lock generated
View File

@ -240,6 +240,12 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[package]]
name = "litemap"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
[[package]]
name = "litrs"
version = "1.0.0"
@ -286,6 +292,7 @@ dependencies = [
"corosensei",
"crossterm",
"env_logger",
"litemap",
"log",
"winnow",
]