mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
35 lines
579 B
TOML
35 lines
579 B
TOML
[package]
|
|
name = "net"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "net"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.net_traits]
|
|
path = "../net_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.devtools_traits]
|
|
path = "../devtools_traits"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies]
|
|
url = "0.2.16"
|
|
time = "0.1.17"
|
|
openssl="0.6.1"
|
|
rustc-serialize = "0.3"
|
|
cookie="*"
|
|
regex = "0.1.14"
|
|
regex_macros = "0.1.8"
|
|
hyper = "0.5"
|
|
flate2 = "0.2.0"
|
|
uuid = "0.1.16"
|