mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
34 lines
547 B
TOML
34 lines
547 B
TOML
[package]
|
|
name = "net"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "net"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.profile]
|
|
path = "../profile"
|
|
|
|
[dependencies.net_traits]
|
|
path = "../net_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[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.5.1"
|
|
rustc-serialize = "0.3"
|
|
cookie="*"
|
|
regex = "0.1.14"
|
|
regex_macros = "0.1.8"
|
|
hyper = "0.3"
|
|
flate2 = "0.2.0"
|