aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTrim Bresilla2024-12-02 22:29:53 +0100
committerlukeflo2024-12-23 21:03:19 +0100
commiteadd906fc25125a61811247262836b9afe8adee1 (patch)
treeb7a644840b8c797b2ccf6e4e6ad2c7a8951b456e /Cargo.toml
parentad5c2cb586616eca99fc1db0efaaa0ff5aa97144 (diff)
downloadbibiman-eadd906fc25125a61811247262836b9afe8adee1.tar.gz
bibiman-eadd906fc25125a61811247262836b9afe8adee1.zip
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`
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 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"