mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
32 lines
607 B
TOML
32 lines
607 B
TOML
[package]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "net_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.stb_image]
|
|
git = "https://github.com/servo/rust-stb-image"
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
euclid = {version = "0.4", features = ["plugins"]}
|
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
|
image = "0.5.0"
|
|
serde = "0.6"
|
|
serde_macros = "0.6"
|
|
url = "0.5"
|