aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-15 08:50:54 +0200
committerlukeflo2025-10-15 08:50:54 +0200
commit7d59b6c816fa81c13cdf8348a2e7db0076015cd1 (patch)
tree06e863cc52411cf041ca0d118c1334c7d3e3bac2 /Cargo.toml
parent34170cfa62df5443a0d8675106c553efec035687 (diff)
parentdb882623358d9141927bd31f6825472f2cdca4b6 (diff)
downloadbibiman-7d59b6c816fa81c13cdf8348a2e7db0076015cd1.tar.gz
bibiman-7d59b6c816fa81c13cdf8348a2e7db0076015cd1.zip
Merge pull request 'implement basic citekey formatting' (#58) from format-citekeys-#55 into main
Reviewed-on: https://codeberg.org/lukeflo/bibiman/pulls/58
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66627b8..0c07c51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ readme = "README.md"
description = "TUI for interacting with BibLaTeX databases"
keywords = ["tui", "biblatex", "bibliography", "bibtex", "latex"]
categories = ["command-line-utilities"]
-edition = "2021"
+edition = "2024"
exclude = ["/tests", ".*"]
[profile.release-git]
@@ -40,6 +40,8 @@ figment = { version = "0.10.19", features = [ "toml", "test" ]}
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>