mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Name the exercises' package exercises
This commit is contained in:
parent
b3b4b7d59c
commit
fcefa3d614
2 changed files with 4 additions and 2 deletions
|
@ -99,6 +99,7 @@ bin = [
|
|||
]
|
||||
|
||||
[package]
|
||||
name = "rustlings-dev"
|
||||
name = "exercises"
|
||||
edition = "2021"
|
||||
# Don't publish the exercises on crates.io!
|
||||
publish = false
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue