Use forked app_dirs crate for reverted Windows dir behavior (#8438)

* Remove unused appdirs dependency in CLI

* Use forked app_dirs crate for reverted Windows dir behavior
This commit is contained in:
Wei Tang
2018-04-20 16:38:30 +08:00
committed by Niklas Adolfsson
parent 8fb47b52f5
commit 92b5b5644f
4 changed files with 4 additions and 7 deletions

View File

@@ -19,7 +19,6 @@
#![warn(missing_docs)]
extern crate ansi_term;
extern crate app_dirs;
extern crate ctrlc;
extern crate docopt;
#[macro_use]