summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 15:33:24 +0200
committermo8it <mo8it@proton.me>2024-04-25 15:33:24 +0200
commitfcefa3d6144028a77ed381ddaabcf004a02c804c (patch)
tree03cc29092c1fc1bdd10ac2e6113d10653e9bddc1 /dev
parentb3b4b7d59c5ecbf9658f7cd2eae85ee1c9e41e73 (diff)
Name the exercises' package `exercises`
Diffstat (limited to 'dev')
-rw-r--r--dev/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index eddf016..8da41a5 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -99,6 +99,7 @@ bin = [
]
[package]
-name = "rustlings-dev"
+name = "exercises"
edition = "2021"
+# Don't publish the exercises on crates.io!
publish = false