diff options
| author | lukeflo | 2025-10-06 11:52:32 +0200 |
|---|---|---|
| committer | lukeflo | 2025-10-06 11:52:32 +0200 |
| commit | ecc4e102a5e8203407ca30f4d7c0abb871fa7111 (patch) | |
| tree | 5d859c8f9859e66507c717727805d86b4543294e /Cargo.toml | |
| parent | db0deb9b6ee59c07ab2f04972184b154925034bd (diff) | |
| parent | f84ebacd1ea47b09c58dd1ef1eaaf70feaacbe0f (diff) | |
| download | bibiman-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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"] } |
