aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-06 11:52:32 +0200
committerlukeflo2025-10-06 11:52:32 +0200
commitecc4e102a5e8203407ca30f4d7c0abb871fa7111 (patch)
tree5d859c8f9859e66507c717727805d86b4543294e /Cargo.toml
parentdb0deb9b6ee59c07ab2f04972184b154925034bd (diff)
parentf84ebacd1ea47b09c58dd1ef1eaaf70feaacbe0f (diff)
downloadbibiman-ecc4e102a5e8203407ca30f4d7c0abb871fa7111.tar.gz
bibiman-ecc4e102a5e8203407ca30f4d7c0abb871fa7111.zip
Merge pull request 'Parse LaTeX macros in entry fields' (#57) from Klimperfix/bibiman:impl-latex-macro-sanitizing into main
Reviewed-on: https://codeberg.org/lukeflo/bibiman/pulls/57 Reviewed-by: lukeflo <lukeflo@noreply.codeberg.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3fc774..a01a7e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,3 +39,5 @@ ureq = "2.12.1"
serde = { version = "1.0.217", features = ["serde_derive"] }
figment = { version = "0.10.19", features = [ "toml", "test" ]}
owo-colors = "4.2.2"
+logos = "0.15.1"
+phf = { version = "0.13.1", features = ["macros"] }