aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 0c66159cfa4dfe2f0e8310ad441c49b41d5a46d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "device": true,
  "run": true,
  "tests": true,
  "dependency-blocklist": [
    "trybuild"
  ],
  "test-blocklist": [
    "tests/stream.rs"
  ]
}