diff options
| author | mokou <mokou@fastmail.com> | 2022-07-11 12:53:49 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-11 12:53:49 +0200 |
| commit | ed0f278a8f116a1f69f20bba15485f019bfe2142 (patch) | |
| tree | 5f33ac3a3268918cf575c8e76137b6eb5e66dad5 /Cargo.toml | |
| parent | bf69145bb98a879d08f2ee9ff8555ad206aa0f44 (diff) | |
chore: remove mod.rs files and exercises feature
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,7 @@ [package] name = "rustlings" version = "4.8.0" -authors = ["mokou <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"] +authors = ["Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"] edition = "2021" [dependencies] @@ -24,6 +24,3 @@ path = "src/main.rs" assert_cmd = "0.11.0" predicates = "1.0.1" glob = "0.3.0" - -[features] -exercises = [] |
