aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo_embargo.json')
-rw-r--r--cargo_embargo.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..b2ac6c1
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,23 @@
+{
+ "run_cargo": false,
+ "variants": [
+ {
+ "tests": true
+ },
+ {
+ "module_name_overrides": {
+ "libciborium_io": "libciborium_io_nostd",
+ "libciborium_ll": "libciborium_ll_nostd",
+ "libhalf": "libhalf_nostd"
+ },
+ "package": {
+ "ciborium-ll": {
+ "alloc": true,
+ "force_rlib": true,
+ "host_supported": false,
+ "no_std": true
+ }
+ }
+ }
+ ]
+}