aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo_embargo.json')
-rw-r--r--cargo_embargo.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..9280162
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,15 @@
+{
+ "module_name_overrides": {
+ "libbyteorder": "libbyteorder_nostd",
+ "libspin": "libspin_nostd"
+ },
+ "package": {
+ "buddy_system_allocator": {
+ "alloc": true,
+ "host_supported": false,
+ "force_rlib": true,
+ "no_std": true
+ }
+ },
+ "run_cargo": false
+}