mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52: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]
|
[package]
|
||||||
name = "rustlings-dev"
|
name = "exercises"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
# Don't publish the exercises on crates.io!
|
||||||
publish = false
|
publish = false
|
||||||
|
|
|
@ -118,8 +118,9 @@ const CARGO_TOML: &[u8] =
|
||||||
bin = []
|
bin = []
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "rustlings"
|
name = "exercises"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
# Don't publish the exercises on crates.io!
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue