aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-19 23:06:19 +0200
committerlukeflo2024-10-19 23:06:19 +0200
commitf58527652547061e1349864c41d8daf5a1017a6e (patch)
tree36c6567f71ef7dd9db36a457227fbfdbb72fd2bb /Cargo.toml
parent5114820b9733bfb4daeedaef4f892ba9f5f023a0 (diff)
parentcf6a8d0c25bba1ee767c1dcc945cfbb577dbd13c (diff)
downloadbibiman-f58527652547061e1349864c41d8daf5a1017a6e.tar.gz
bibiman-f58527652547061e1349864c41d8daf5a1017a6e.zip
Merge branch 'value-parsing-and-hayagriva'
Sorting and other stuff implemented
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2786247..e9b5158 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ color-eyre = "0.6.3"
crossterm = { version = "0.28.1", features = ["event-stream"] }
editor-command = "0.1.1"
futures = "0.3.30"
+hayagriva = "0.8.0"
itertools = "0.13.0"
nucleo-matcher = "0.3.1"
ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]}