aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2019-09-10 20:57:55 -0300
committerMatias Linares <matiaslina@gmail.com>2019-09-10 20:57:55 -0300
commit0763564eedc459a98e63a65f7ffee8ad37100fe7 (patch)
treed6df96cc98f27c1f7a0eaa4a99d62b5c15552f7c /Cargo.toml
parenta865776fb4c44f145832b04a4088d006fd8cba3d (diff)
downloaddotwm-0763564eedc459a98e63a65f7ffee8ad37100fe7.tar.gz
use dirs crate
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 a66a387..f64fa73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,9 @@ authors = ["Matias Linares <matiaslina@openmailbox.org>"]
[dependencies]
libc = "0.2.*"
-lazy_static = "0.2.*"
+lazy_static = "^1.0.0"
clippy = { version ="*", optional = true }
+dirs = "^1.0.0"
[dependencies.x11]
version = "*"