Skip to content

Add functionality to cargo package to list the files that are/would be included in a package #855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
huonw opened this issue Nov 12, 2014 · 2 comments · Fixed by #863
Closed

Comments

@huonw
Copy link
Member

huonw commented Nov 12, 2014

E.g.

cargo package --help
...
  -l, --list              Print the files that would be included in a package without creating one.
@lifthrasiir
Copy link
Contributor

This may be a possible workaround for #849.

@alexcrichton
Copy link
Member

Currently cargo package -v will show the list of files that are packaged as they're packaged, but having a read-only version would also probably be good!

alexcrichton added a commit to alexcrichton/cargo that referenced this issue Nov 14, 2014
This provides a method of listing the files that will be in a package without
actually creating one.

Closes rust-lang#855
bors added a commit that referenced this issue Nov 14, 2014
This provides a method of listing the files that will be in a package without
actually creating one.

Closes #855
@bors bors closed this as completed in #863 Nov 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants