From 9a33a794167d60ce35030f007674f6e9424b1ff3 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Mon, 23 Dec 2024 21:02:00 +0100 Subject: replace doi2bib with ureq crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 34ec65f..ca1f146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ 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" @@ -36,3 +35,4 @@ tokio-util = "0.7.12" tui-input = "0.11.0" walkdir = "2.5.0" regex = "1.11.1" +ureq = "2.12.1" -- cgit v1.2.3