adding default config dirs

This commit is contained in:
Rahul Sharma 2016-04-04 17:46:35 +05:30
parent aa9f50a1d4
commit b4885fef9a
13 changed files with 171 additions and 45 deletions

View file

@ -38,9 +38,11 @@ extern crate rustc_serialize;
extern crate serde;
extern crate smallvec;
extern crate url;
extern crate xdg;
use std::sync::Arc;
pub mod basedir;
pub mod cache;
#[allow(unsafe_code)]
pub mod debug_utils;