We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8a951 commit db76c87Copy full SHA for db76c87
text/3424-cargo-script.md
@@ -547,6 +547,9 @@ Smaller questions include:
547
- Should we support workspaces as part of the initial MVP?
548
- Whether single-file packages need a distinct file extension or not?
549
- What, if any, file associations should be registered on Windows?
550
+- As single-file packages aren't auto discovered (e.g. `cargo test` being short
551
+ for `cargo test --manifest-path Cargo.toml`), is there a way we can make
552
+ running cargo commands on single-file packages more convenient?
553
554
Potential answers to these questions were intentionally left out to help focus
555
the conversation on the proposed experiment. For a previous enumeration of
0 commit comments