blob: 4b88768a0546de63c341fcdf44cdf6b6b28c3369 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[package]
name = "servo_url"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
[lib]
name = "servo_url"
path = "lib.rs"
[dependencies]
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
serde = { workspace = true, features = ["derive"] }
servo_arc = { workspace = true }
servo_rand = { path = "../rand" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }
|