summaryrefslogtreecommitdiff
path: root/Xargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Xargo.toml')
-rw-r--r--Xargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Xargo.toml b/Xargo.toml
new file mode 100644
index 0000000..89ad4cd
--- /dev/null
+++ b/Xargo.toml
@@ -0,0 +1,6 @@
+[dependencies.core]
+stage = 0
+
+[dependencies.compiler_builtins]
+features = ["mem"]
+stage = 1 \ No newline at end of file