Use 'license' rather than 'license-file' directive.

If 'license' is used, then crates.io thinks we're using a "non-standard"
license, when, in fact, we are using CC0 (public domain).
This commit is contained in:
Isis Lovecruft 2016-12-08 21:54:02 +00:00
parent 387a56fe2c
commit 8bf730e84c
Failed to extract signature

View file

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"
license-file = "LICENSE"
license = "CC0-1.0"
repository = "https://code.ciph.re/isis/curve25519-dalek"
homepage = "https://code.ciph.re/isis/curve25519-dalek"
documentation = "https://docs.rs/curve25519-dalek"