mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -18,7 +18,6 @@ energymon = {git = "https://github.com/energymon/energymon-rust.git", optional =
|
|||
ipc-channel = "0.8"
|
||||
log = "0.3.5"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
signpost = {git = "https://github.com/pcwalton/signpost.git"}
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use] extern crate serde;
|
||||
extern crate servo_config;
|
||||
extern crate signpost;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue