mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
19 lines
399 B
TOML
19 lines
399 B
TOML
[package]
|
|
name = "servo_rand"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[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 }
|