From eadd906fc25125a61811247262836b9afe8adee1 Mon Sep 17 00:00:00 2001 From: Trim Bresilla Date: Mon, 2 Dec 2024 22:29:53 +0100 Subject: chore: update dependencies and add some files to .gitignore - Update the `Cargo.toml` to include the `doi2bib` dependency with version `0.2.0` - Add rules to ignore `.direnv`, `.envrc`, and `devbox.json` files in the `.gitignore` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c0952c0..ffd4cca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ biblatex = "0.10.0" color-eyre = "0.6.3" crossterm = { version = "0.28.1", features = ["event-stream"] } dirs = "5.0.1" +doi2bib = "0.2.0" # doi = "0.3.0" editor-command = "0.1.1" futures = "0.3.30" -- cgit v1.2.3