diff options
Diffstat (limited to 'examples/Xargo.toml')
| -rw-r--r-- | examples/Xargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/Xargo.toml b/examples/Xargo.toml new file mode 100644 index 0000000..7cc0423 --- /dev/null +++ b/examples/Xargo.toml @@ -0,0 +1,6 @@ +[dependencies.collections] +[dependencies.rand] + +[dependencies.std] +path = "../ctr-std" +stage = 1 |