Prepare for initial release

This commit is contained in:
Nicolas Stalder
2021-02-19 14:50:09 +01:00
parent e790468cf6
commit 1cc9e2bcde
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ authors = ["Nicolas Stalder <n@stalder.io>", "RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
edition = "2018"
description = "Encoding and decoding of SIMPLE-TLV as described in ISO 7816-4, without allocations."
repository = "https://github.com/nickray/simple-tlv"
categories = ["cryptography", "data-structures", "encoding", "no-std"]
keywords = ["crypto", "no_std", "serialization"]
readme = "README.md"
+1
View File
@@ -5,6 +5,7 @@ authors = ["Nicolas Stalder <n@stalder.io>", "RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
edition = "2018"
description = "Procedural macros to derive `Decodable` and `Encodable` from `simple-tlv`."
repository = "https://github.com/nickray/simple-tlv/tree/main/derive"
categories = ["cryptography", "data-structures", "encoding", "no-std"]
keywords = ["crypto"]