mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
21 lines
477 B
TOML
21 lines
477 B
TOML
[package]
|
|
name = "servo_url"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "servo_url"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
malloc_size_of = { path = "../malloc_size_of", features = ["servo"] }
|
|
malloc_size_of_derive = "0.1"
|
|
serde = {version = "1.0", features = ["derive"]}
|
|
servo_rand = {path = "../rand"}
|
|
url = "1.2"
|
|
url_serde = {version = "0.2"}
|
|
uuid = {version = "0.7", features = ["v4", "serde"]}
|