More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-30 18:18:57 -07:00
parent 14303bd651
commit 77f7fa552d
10 changed files with 103 additions and 106 deletions

View file

@ -13,31 +13,31 @@ test = false
doctest = false
[dependencies]
content-security-policy = {version = "0.4.0", features = ["serde"]}
content-security-policy = { version = "0.4.0", features = ["serde"] }
cookie = "0.11"
embedder_traits = { path = "../embedder_traits" }
headers = "0.2"
http = "0.1"
hyper = "0.12"
hyper_serde = "0.11"
piston_image = {package = "image", version = "0.23"}
ipc-channel = "0.14"
lazy_static = "1"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
mime = "0.3"
msg = {path = "../msg"}
msg = { path = "../msg" }
num-traits = "0.2"
percent-encoding = "2.0"
pixels = {path = "../pixels"}
piston_image = { package = "image", version = "0.23" }
pixels = { path = "../pixels" }
serde = "1.0"
servo_arc = {path = "../servo_arc"}
servo_url = {path = "../url"}
servo_arc = { path = "../servo_arc" }
servo_url = { path = "../url" }
time = "0.1"
url = "2.0"
uuid = {version = "0.8", features = ["v4", "serde"]}
webrender_api = {git = "https://github.com/servo/webrender"}
uuid = { version = "0.8", features = ["v4", "serde"] }
webrender_api = { git = "https://github.com/servo/webrender" }
[dev-dependencies]
std_test_override = { path = "../std_test_override" }