aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: 9c1d61a9e64c86cf269265131eb107369811a903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "tests": true,
  "package": {
    "async-stream": {
      "dep_blocklist": [
        "libtrybuild"
      ]
    }
  },
  "module_blocklist": [
    "async-stream_test_src_lib",
    "async-stream_test_tests_stream"
  ],
  "run_cargo": false
}