summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-01 02:11:52 +0200
committermo8it <mo8it@proton.me>2024-04-01 02:11:52 +0200
commit14f3585816ae12091956efcc45c1e4aefc2f91ce (patch)
tree78820c4df79df450a80b572031e6dc561a9d242b /Cargo.toml
parent8ad18de54cdad2e94d40d7d4cb67e4a6a274c293 (diff)
Make `cargo run` work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fc75f9..86187b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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