mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
29 lines
736 B
TOML
29 lines
736 B
TOML
[package]
|
|
name = "net_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "net_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
content-blocker = "0.2.1"
|
|
cookie = "0.2"
|
|
devtools_traits = {path = "../../../components/devtools_traits"}
|
|
flate2 = "0.2.0"
|
|
hyper = "0.9.9"
|
|
hyper_serde = "0.1.4"
|
|
ipc-channel = "0.5"
|
|
msg = {path = "../../../components/msg"}
|
|
net = {path = "../../../components/net"}
|
|
net_traits = {path = "../../../components/net_traits"}
|
|
plugins = {path = "../../../components/plugins"}
|
|
profile_traits = {path = "../../../components/profile_traits"}
|
|
time = "0.1"
|
|
unicase = "1.0"
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
util = {path = "../../../components/util"}
|