mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
29 lines
No EOL
499 B
TOML
29 lines
No EOL
499 B
TOML
[package]
|
|
name = "net"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "net"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.hyper]
|
|
git = "https://github.com/servo/hyper"
|
|
branch = "servo"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies.stb_image]
|
|
git = "https://github.com/servo/rust-stb-image"
|
|
|
|
[dependencies]
|
|
url = "0.2.16"
|
|
time = "0.1.12"
|
|
openssl="0.2.15" |