summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-17 08:05:43 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-17 08:05:43 +0200
commit06b5606f13592b669212a97fb5ea3367d7f0fa21 (patch)
treec0c9080d79bf5cc9972b50a562e31ba822abbe05 /Cargo.toml
parent6d53680f71d7d88bb9498c75db95bfb1408c6fc7 (diff)
downloadobnam2-06b5606f13592b669212a97fb5ea3367d7f0fa21.tar.gz
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"