aboutsummaryrefslogtreecommitdiffstats
path: root/components/rand/Cargo.toml
blob: b89846f34bbeb72918a5d089d7aba2f09bd057db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "servo_rand"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "servo_rand"
path = "lib.rs"

[dependencies]
lazy_static = { workspace = true }
log = { workspace = true }
rand = { workspace = true }
rand_core = { workspace = true }
rand_isaac = { workspace = true }
uuid = { workspace = true }