aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 639f8065d075cfbc2fb493d1af0b51c112b51df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "device": true,
  "run": true,
  "dependencies": true,
  "variants": [
    {
      "tests": true
    },
    {
      "alloc": true,
      "dep-suffixes": {
        "ciborium_io": "_nostd",
        "half": "_nostd"
      },
      "force-rlib": true,
      "no-host": true,
      "suffix": "_nostd",
      "no-std": true
    }
  ]
}