mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
parent
c91c0188f2
commit
6f573d5d44
6 changed files with 248 additions and 189 deletions
|
@ -4,14 +4,15 @@
|
|||
|
||||
#![cfg_attr(test, feature(box_raw))]
|
||||
|
||||
extern crate cookie as cookie_rs;
|
||||
extern crate flate2;
|
||||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
extern crate net;
|
||||
extern crate net_traits;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
extern crate time;
|
||||
extern crate hyper;
|
||||
extern crate flate2;
|
||||
|
||||
#[cfg(test)] mod cookie;
|
||||
#[cfg(test)] mod data_loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue