aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-07 15:05:47 +0200
committerlukeflo2025-10-07 15:05:47 +0200
commit67afd67d4d51a00079269d431a7058fc50750886 (patch)
treed8d259a74fcc52b0272f004fa39a4be95cdb7d6b /Cargo.toml
parent34170cfa62df5443a0d8675106c553efec035687 (diff)
downloadbibiman-67afd67d4d51a00079269d431a7058fc50750886.tar.gz
bibiman-67afd67d4d51a00079269d431a7058fc50750886.zip
implement basic citekey formatting:
* Reads patterns and parses them. TODO: * **Fully** sanitize Latex macros * Preprocess complex and regularly used fields like `author` * Write changes to original bib file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66627b8..098848e 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]