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]
|
[package]
|
||||||
name = "sk-cbor"
|
name = "sk-cbor"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Fabian Kaczmarczyck <kaczmarczyck@google.com>",
|
"Fabian Kaczmarczyck <kaczmarczyck@google.com>",
|
||||||
"Guillaume Endignoux <guillaumee@google.com>",
|
"Guillaume Endignoux <guillaumee@google.com>",
|
||||||
@@ -14,5 +14,9 @@ homepage = "https://github.com/google/OpenSK"
|
|||||||
repository = "https://github.com/google/OpenSK"
|
repository = "https://github.com/google/OpenSK"
|
||||||
keywords = ["cbor", "serialization", "no_std"]
|
keywords = ["cbor", "serialization", "no_std"]
|
||||||
categories = ["encoding"]
|
categories = ["encoding"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "passively-maintained" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# CBOR Parsing Library
|
# 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
|
This crate implements Concise Binary Object Representation (CBOR) from [RFC
|
||||||
8949](https://datatracker.ietf.org/doc/html/rfc8949).
|
8949](https://datatracker.ietf.org/doc/html/rfc8949).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user