Extract exercise struct to encapsulate path logic

This commit is contained in:
Chris Pearce
2019-04-11 21:41:24 +01:00
parent 04d1d4c00e
commit d01a71f7de
6 changed files with 151 additions and 128 deletions

View File

@@ -11,6 +11,7 @@ console = "0.6.2"
syntect = "3.0.2"
notify = "4.0.0"
toml = "0.4.10"
serde = {version = "1.0.10", features = ["derive"]}
[[bin]]
name = "rustlings"