aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-12-23 21:08:39 +0100
committerlukeflo2024-12-23 21:08:39 +0100
commit0317ffa3051bccd42f1262e6ead7784b71650e75 (patch)
tree5cbbaf2beab2ae61c28f954370d3eec86fd2b121 /Cargo.toml
parent57126d7f42b871aa1835b056fbe74179c13e53b0 (diff)
downloadbibiman-0317ffa3051bccd42f1262e6ead7784b71650e75.tar.gz
bibiman-0317ffa3051bccd42f1262e6ead7784b71650e75.zip
remove unused import
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca1f146..bf3a680 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bibiman"
-version = "0.8.2"
+version = "0.9.0"
authors = ["lukeflo <lukeflo_git@posteo.de>"]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/lukeflo/bibiman"
@@ -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"
-# doi = "0.3.0"
editor-command = "0.1.1"
futures = "0.3.30"
rand = "0.8"