File: debcargo.toml

package info (click to toggle)
rust-getrandom 0.2.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
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