Make cargo run work

This commit is contained in:
mo8it
2024-04-01 02:11:52 +02:00
parent 8ad18de54c
commit 14f3585816
6 changed files with 214 additions and 4 deletions
+2
View File
@@ -4,6 +4,7 @@ exclude = [
"tests/fixture/failure",
"tests/fixture/state",
"tests/fixture/success",
"dev",
]
[workspace.package]
@@ -18,6 +19,7 @@ edition = "2021"
[package]
name = "rustlings"
description = "Small exercises to get you used to reading and writing Rust code!"
default-run = "rustlings"
version.workspace = true
authors.workspace = true
license.workspace = true