aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-13 15:45:53 +0200
committerlukeflo2025-10-13 15:57:42 +0200
commit467851007e1861834326deee3116aa88fe839f5a (patch)
tree7e1cb113d99c32ad5b434f7e87d851cd9c9be382 /Cargo.toml
parent0a8805acfb6fbb3d3a8c22f4ccbaf692a73cddfb (diff)
downloadbibiman-467851007e1861834326deee3116aa88fe839f5a.tar.gz
bibiman-467851007e1861834326deee3116aa88fe839f5a.zip
Working proof of concept of citekey formatting
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 abf1eee..0c07c51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,6 +41,7 @@ owo-colors = "4.2.2"
logos = "0.15.1"
phf = { version = "0.13.1", features = ["macros"] }
indoc = "2.0.6"
+deunicode = "1.6.2"
[workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
# Install libssl-dev:arm64, see <https://github.com/cross-rs/cross/blob/main/docs/custom_images.md#adding-dependencies-to-existing-images>