From 6f259de5db6cb77de8608018a2d4f09106c6e4c3 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 29 Dec 2016 16:45:24 +0100 Subject: [PATCH] Add a Xargo.toml for xargo 0.3.0 (cherry picked from commit 14babd8c2afd4392f8cb0862e2d48d30c6048a04) --- Xargo.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Xargo.toml diff --git a/Xargo.toml b/Xargo.toml new file mode 100644 index 00000000..e1d040b3 --- /dev/null +++ b/Xargo.toml @@ -0,0 +1,2 @@ +[target.x86_64-blog_os.dependencies] +collections = {}