1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
overlay = "."
uploaders = ["kpcyrd <git@rxv.cc>"]
# The auto-generated summary is too long.
summary = "Retrieve random data from system source"
collapse_features = true
[source]
build_depends_arch = [
"librust-js-sys-dev <!nocheck>",
"librust-wasm-bindgen-test-dev <!nocheck>",
]
[packages."lib+js"]
depends = [
"librust-js-sys-dev",
"librust-wasm-bindgen-dev",
]
[packages."lib+core"]
test_is_broken = true
[packages."lib+test-in-browser"]
test_is_broken = true
[packages."lib+compiler_builtins"]
test_is_broken = true
|