summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-11 12:53:49 +0200
committermokou <mokou@fastmail.com>2022-07-11 12:53:49 +0200
commited0f278a8f116a1f69f20bba15485f019bfe2142 (patch)
tree5f33ac3a3268918cf575c8e76137b6eb5e66dad5 /Cargo.toml
parentbf69145bb98a879d08f2ee9ff8555ad206aa0f44 (diff)
chore: remove mod.rs files and exercises feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e356a2c..8a3264d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []