aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-12-01 16:22:22 +0100
committerlukeflo2024-12-01 16:22:22 +0100
commitf61c5538e1c1702ff7aadde635746e96fa51aefb (patch)
tree0a9534b457f855ee9b8010a9cb977556fd9d0cda /Cargo.toml
parente50efa9b061785c2bfb809857f3f727882cc5886 (diff)
downloadbibiman-f61c5538e1c1702ff7aadde635746e96fa51aefb.tar.gz
bibiman-f61c5538e1c1702ff7aadde635746e96fa51aefb.zip
Add expansion of ~ to home-dir
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90ca55a..c0952c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"