diff options
| author | mo8it <mo8it@proton.me> | 2024-04-25 15:33:24 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-25 15:33:24 +0200 |
| commit | fcefa3d6144028a77ed381ddaabcf004a02c804c (patch) | |
| tree | 03cc29092c1fc1bdd10ac2e6113d10653e9bddc1 /dev | |
| parent | b3b4b7d59c5ecbf9658f7cd2eae85ee1c9e41e73 (diff) | |
Name the exercises' package `exercises`
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/Cargo.toml | 3 |
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 |
