From 768bdfb711f4e39e0d89346977b6caeebd45dcee Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
Date: Sat, 20 Jan 2018 11:46:56 +0100
Subject: [PATCH] add Xargo.toml

---
 Xargo.toml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 Xargo.toml

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
-- 
GitLab