diff options
| author | mo8it <mo8it@proton.me> | 2024-04-01 02:11:52 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-01 02:11:52 +0200 |
| commit | 14f3585816ae12091956efcc45c1e4aefc2f91ce (patch) | |
| tree | 78820c4df79df450a80b572031e6dc561a9d242b /Cargo.toml | |
| parent | 8ad18de54cdad2e94d40d7d4cb67e4a6a274c293 (diff) | |
Make `cargo run` work
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
