Add comments to Cargo.toml/Xargo.toml.

This should make it easier to comment/uncomment stuff for the various
examples.
This commit is contained in:
Kitlith
2018-02-24 18:28:53 -08:00
parent 9f573d73b2
commit d002e0f239
2 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
[dependencies.core]
stage = 0
# [dependencies.alloc] # Uncomment for the alloc example.
# stage = 0
[dependencies.compiler_builtins]
features = ["mem"]
stage = 1
stage = 1