aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index fb02735..eac39f0 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -2,5 +2,8 @@
"device": true,
"run": true,
"features": "parser",
- "tests": true
+ "tests": true,
+ "dep-suffixes": {
+ "bitflags": "-1.3.2"
+ }
}