mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02:00
Name the exercises' package exercises
This commit is contained in:
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user