mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
27 lines
501 B
TOML
27 lines
501 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.http]
|
|
git = "https://github.com/servo/rust-http"
|
|
branch = "servo"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies.stb_image]
|
|
git = "https://github.com/servo/rust-stb-image"
|
|
|
|
[dependencies.url]
|
|
git = "https://github.com/servo/rust-url"
|