Files
tubestation/build/rust/getrandom/Cargo.toml

18 lines
265 B
TOML

[package]
name = "getrandom"
version = "0.2.999"
edition = "2021"
license = "MIT OR Apache-2.0"
[lib]
path = "lib.rs"
[dependencies.getrandom]
version = "0.3.1"
no-default-features = true
[features]
custom = []
js = ["getrandom/wasm_js"]
std = ["getrandom/std"]