src/client/http_client.rs: store/load ticket in xdg runtime dir, depend on crate xdg

This commit is contained in:
Dietmar Maurer
2019-03-05 12:54:44 +01:00
parent f8f94534d4
commit ba3a60b2a4
2 changed files with 104 additions and 14 deletions

View File

@ -39,4 +39,5 @@ md5 = "0.6"
base64 = "0.10"
pam-sys = "0.5"
pam = "0.7"
lz4 = "1.23"
lz4 = "1.23"
xdg = "2.2"