From 06b5606f13592b669212a97fb5ea3367d7f0fa21 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 17 Jan 2021 08:05:43 +0200 Subject: feat: add a default configuration file The ~/.config/obnam/obnam.yaml file will be used as the configuration file by default. The ~/.config directory can be overridden by setting the XDG variable (XDG_CONFIG_HOME), or the whole file can be overridden with the --config option to obnam. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e8bbd91..747deb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" anyhow = "1" bytes = "0.5" chrono = "0.4" +dirs = "3" indicatif = "0.15" libc = "0.2" log = "0.4" -- cgit v1.2.1