trisquel-icecat/icecat/build/rust/getrandom/Cargo.toml
2025-10-06 02:35:48 -06:00

17 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"]