From 0763564eedc459a98e63a65f7ffee8ad37100fe7 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Tue, 10 Sep 2019 20:57:55 -0300 Subject: use dirs crate --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] [dependencies] libc = "0.2.*" -lazy_static = "0.2.*" +lazy_static = "^1.0.0" clippy = { version ="*", optional = true } +dirs = "^1.0.0" [dependencies.x11] version = "*" -- cgit v1.2.3-70-g09d2