servo/components/rand/Cargo.toml
2019-10-23 15:34:48 +02:00

19 lines
296 B
TOML

[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 = "1"
log = "0.4"
rand = "0.7"
rand_core = "0.5"
rand_isaac = "0.2"
uuid = "0.8"