Bug 1412037 - Prevent geckodriver from being published. r=jgraham

This prevents the geckodriver crate from being published to a
package registry like crates.io by mistake.

MozReview-Commit-ID: 7Qc9vaPhdJh

--HG--
extra : rebase_source : ec1f470a69c14c240b2cb522eb4475b22ed4a9da
This commit is contained in:
Andreas Tolfsen 2017-10-30 16:07:06 +00:00
parent 0d1f521e56
commit 128ae86a8c

View File

@ -7,6 +7,7 @@ keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"
readme = "README.md"
license = "MPL-2.0"
publish = false
[dependencies]
chrono = "^0.2"