CBOR annotations for crates.io (#333)
* add default readme to fix crates.io * badges in README
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# CBOR Parsing Library
|
||||
|
||||
[](https://crates.io/crates/sk-cbor)
|
||||
[](https://crates.io/crates/sk-cbor)
|
||||
[](https://docs.rs/sk-cbor)
|
||||
[](https://crates.io/crates/sk-cbor)
|
||||
[](https://crates.io/crates/sk-cbor)
|
||||
|
||||
This crate implements Concise Binary Object Representation (CBOR) from [RFC
|
||||
8949](https://datatracker.ietf.org/doc/html/rfc8949).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user