aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-14 22:04:26 +0200
committerlukeflo2024-10-14 22:04:26 +0200
commitc555c8666268efdff4d7107d5a527b899679559e (patch)
treecf63b48c6034e8952a35197716338bfe73f84ee8 /Cargo.toml
parent5114820b9733bfb4daeedaef4f892ba9f5f023a0 (diff)
downloadbibiman-c555c8666268efdff4d7107d5a527b899679559e.tar.gz
bibiman-c555c8666268efdff4d7107d5a527b899679559e.zip
check file format, use new keys() method of biblatex crate
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..035a7c8 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.7.0"
itertools = "0.13.0"
nucleo-matcher = "0.3.1"
ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]}