From 67afd67d4d51a00079269d431a7058fc50750886 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Tue, 7 Oct 2025 15:05:47 +0200 Subject: 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3