diff options
| author | lukeflo | 2024-12-23 21:02:00 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-23 21:03:19 +0100 |
| commit | 9a33a794167d60ce35030f007674f6e9424b1ff3 (patch) | |
| tree | bf81db50446aa7a8e06553f4e8aff97ea0cfb816 /Cargo.toml | |
| parent | 8333136cb770cbfbb7be2160fd85687493d96ea4 (diff) | |
| download | bibiman-9a33a794167d60ce35030f007674f6e9424b1ff3.tar.gz bibiman-9a33a794167d60ce35030f007674f6e9424b1ff3.zip | |
replace doi2bib with ureq crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
