1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +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