1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Name the exercises' package exercises

This commit is contained in:
mo8it 2024-04-25 15:33:24 +02:00
parent b3b4b7d59c
commit fcefa3d614
2 changed files with 4 additions and 2 deletions

View File

@ -99,6 +99,7 @@ bin = [
]
[package]
name = "rustlings-dev"
name = "exercises"
edition = "2021"
# Don't publish the exercises on crates.io!
publish = false

View File

@ -118,8 +118,9 @@ const CARGO_TOML: &[u8] =
bin = []
[package]
name = "rustlings"
name = "exercises"
edition = "2021"
# Don't publish the exercises on crates.io!
publish = false
[dependencies]