Revert "Merge pull request #8 from RustSec/rename-package-to-crate-name"

Cargo uses "package" in Cargo.lock, so there is wisdom to using "package"
instead of "crate_name"

This reverts commit 986c090c06, reversing
changes made to 9556f0fdee.
This commit is contained in:
Tony Arcieri
2017-02-26 00:26:22 -08:00
parent c8e8676d1a
commit 05af1866b1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[advisory]
crate_name = "sodiumoxide"
package = "sodiumoxide"
patched_versions = [">= 0.0.14"]
dwf = []
date = "2017-01-26"