diff options
| author | lukeflo | 2024-12-23 21:08:39 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-23 21:08:39 +0100 |
| commit | 0317ffa3051bccd42f1262e6ead7784b71650e75 (patch) | |
| tree | 5cbbaf2beab2ae61c28f954370d3eec86fd2b121 /Cargo.toml | |
| parent | 57126d7f42b871aa1835b056fbe74179c13e53b0 (diff) | |
| download | bibiman-0317ffa3051bccd42f1262e6ead7784b71650e75.tar.gz bibiman-0317ffa3051bccd42f1262e6ead7784b71650e75.zip | |
remove unused import
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
