Skip to content
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

RFC: Add option to mark a crate "private" so it's not publishable to crates.io #2202

Closed
erickt opened this issue Dec 8, 2015 · 2 comments · Fixed by #2321
Closed

RFC: Add option to mark a crate "private" so it's not publishable to crates.io #2202

erickt opened this issue Dec 8, 2015 · 2 comments · Fixed by #2321
Labels
E-easy Experience: Easy

Comments

@erickt
Copy link
Contributor

erickt commented Dec 8, 2015

npm has a helpful "private" option that prevents an internal package from being published. This would be really useful as people develop internal applications, or a project like Servo where only some crates can be safely published.

@alexcrichton alexcrichton added the E-easy Experience: Easy label Dec 8, 2015
@JanLikar
Copy link
Contributor

Like this?

[package]
name = "foo"
private = true

@alexcrichton
Copy link
Member

@JanLikar yeah that's what I was thinking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Experience: Easy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants