mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove explicit dependencies on serde_derive
This commit is contained in:
parent
76d8573393
commit
605ef8b7ec
42 changed files with 27 additions and 96 deletions
|
@ -15,7 +15,6 @@ ipc-channel = "0.8"
|
|||
heartbeats-simple = "0.4"
|
||||
log = "0.3.5"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -21,7 +21,7 @@ extern crate profile_traits;
|
|||
#[cfg(target_os = "linux")]
|
||||
extern crate regex;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate servo_config;
|
||||
#[cfg(target_os = "macos")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue