aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/cargo2android.json b/cargo2android.json
index adac568..d457e20 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -3,11 +3,14 @@
"run": true,
"dependencies": true,
"variants": [
- {
- },
+ {},
{
"alloc": true,
- "dependency_suffix": "_nostd",
+ "dep-suffixes": {
+ "ciborium_io": "_nostd",
+ "ciborium_ll": "_nostd",
+ "serde": "_nostd"
+ },
"features": "",
"force-rlib": true,
"no-host": true,