CBOR annotations for crates.io (#333)

* add default readme to fix crates.io

* badges in README
This commit is contained in:
kaczmarczyck
2021-06-25 15:14:14 +02:00
committed by GitHub
parent 0287a09573
commit 5f20ba544b
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sk-cbor"
version = "0.1.0"
version = "0.1.1"
authors = [
"Fabian Kaczmarczyck <kaczmarczyck@google.com>",
"Guillaume Endignoux <guillaumee@google.com>",
@@ -14,5 +14,9 @@ homepage = "https://github.com/google/OpenSK"
repository = "https://github.com/google/OpenSK"
keywords = ["cbor", "serialization", "no_std"]
categories = ["encoding"]
readme = "README.md"
[badges]
maintenance = { status = "passively-maintained" }
[dependencies]