use a machine-readable license key #15

Merged
marco-neumann-by merged 1 commits from fix_license_metadata into master 2020-07-15 08:18:47 -07:00
Showing only changes of commit d4ac17598a - Show all commits

View File

@@ -5,7 +5,7 @@ authors = ["Adam Wick <awick@uhsure.com>"]
description = "A simple DER/ASN.1 encoding/decoding library." description = "A simple DER/ASN.1 encoding/decoding library."
categories = ["encoding"] categories = ["encoding"]
keywords = ["ASN1","encoding","DER"] keywords = ["ASN1","encoding","DER"]
license-file = "LICENSE" license = "ISC"
repository = "https://github.com/acw/simple_asn1" repository = "https://github.com/acw/simple_asn1"
[dependencies] [dependencies]