Indicate components should not be published to crates.io.

http://doc.crates.io/manifest.html#the-publish--field-optional
This commit is contained in:
Corey Farwell 2016-03-03 15:04:44 -05:00
parent 056a7cf1a2
commit 75353e19a7
23 changed files with 23 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "devtools_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[lib]
name = "devtools_traits"