Skip to content

Commit e5bc27b

Browse files
committed
docs(rfc): Call out what we aren't planning to support
1 parent 6d23c50 commit e5bc27b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

0000-cargo-script.md

+6
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,12 @@ See also [Single-file scripts that download their dependencies](https://dbohdan.
11491149
# Future possibilities
11501150
[future-possibilities]: #future-possibilities
11511151

1152+
Note: we are assuming the following are **not** future possibilities in this design
1153+
- Embedding build scripts
1154+
- Embedding `.cargo/config.toml` files
1155+
- Embedding `rustup-toolchain.toml` files
1156+
- Embedding other source files or additional packages
1157+
11521158
## Executing `<stdin>`
11531159

11541160
We could extend this to allow accepting single-file packages from stdin, either

0 commit comments

Comments
 (0)