You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -633,7 +633,7 @@ We could have a `workspace.new-files` that `cargo new` will copy in.
633
633
It's hard to evaluate a solution like this without better understanding
634
634
where we might go with templateing ([#5151](https://github.com/rust-lang/cargo/issues/5151)).
635
635
636
-
We could have a `package.extra-files` which `cargo publish` will copy into the `.crate` file like it does `package.readme` when its outside of the package root.
636
+
We could have a `package.extra-files` which `cargo publish` will copy into the `.crate` file like it does `package.readme` when it's outside of the package root.
637
637
If we made it this general,
638
638
we'd need to also allow users to specify where the files would go.
0 commit comments