From f61c5538e1c1702ff7aadde635746e96fa51aefb Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 1 Dec 2024 16:22:22 +0100 Subject: Add expansion of ~ to home-dir --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3