diff options
| author | Chris Pearce <christopher.james.pearce@gmail.com> | 2019-04-11 21:41:24 +0100 |
|---|---|---|
| committer | Chris Pearce <christopher.james.pearce@gmail.com> | 2019-04-12 08:58:25 +0100 |
| commit | d01a71f7de15f34922dc2a14a00436f466b84e87 (patch) | |
| tree | f36483bfca95c7355bf46321a05050c8e7fdb988 /Cargo.toml | |
| parent | 04d1d4c00ee9c74d64734ef9880607599830286d (diff) | |
Extract exercise struct to encapsulate path logic
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
