mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move webdriver_msg to script_traits.
This commit is contained in:
parent
b8fe9e9637
commit
77caf83098
12 changed files with 20 additions and 22 deletions
|
@ -10,15 +10,12 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
cookie = { version = "0.2.5", features = ["serialize-rustc", "serialize-serde"]}
|
||||
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
|
||||
euclid = "0.7.1"
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
hyper = {version = "0.9.9", features = ["serde-serialization"]}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
plugins = {path = "../plugins"}
|
||||
rustc-serialize = "0.3.4"
|
||||
serde = "0.7.11"
|
||||
serde_macros = "0.7.11"
|
||||
url = {version = "1.0.0", features = ["heap_size", "serde"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue