mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
18 lines
259 B
TOML
18 lines
259 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.4"
|
|
uuid = "0.7"
|