diff options
| author | lukeflo | 2024-12-01 16:22:22 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-01 16:22:22 +0100 |
| commit | f61c5538e1c1702ff7aadde635746e96fa51aefb (patch) | |
| tree | 0a9534b457f855ee9b8010a9cb977556fd9d0cda /Cargo.toml | |
| parent | e50efa9b061785c2bfb809857f3f727882cc5886 (diff) | |
| download | bibiman-f61c5538e1c1702ff7aadde635746e96fa51aefb.tar.gz bibiman-f61c5538e1c1702ff7aadde635746e96fa51aefb.zip | |
Add expansion of ~ to home-dir
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.8.1" +version = "0.8.2" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/lukeflo/bibiman" @@ -20,6 +20,7 @@ arboard = { version = "3.4.1", features = ["wayland-data-control"] } 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" |
