mirror of
https://github.com/servo/servo.git
synced 2025-08-01 03:30:33 +01:00
adding default config dirs
This commit is contained in:
parent
aa9f50a1d4
commit
b4885fef9a
13 changed files with 171 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue