add tests

This commit is contained in:
lyn
2019-03-20 21:05:45 +01:00
parent 11875aed6e
commit f43cb124f6
7 changed files with 90 additions and 0 deletions

View File

@@ -11,3 +11,10 @@ console = "0.6.2"
syntect = "3.0.2"
notify = "4.0.0"
toml = "0.4.10"
[[bin]]
name = "rustlings"
path = "src/main.rs"
[dev-dependencies]
assert_cmd = "0.11.0"