cbor: prepare for publishing as standalone crate
- Add an example of usage - Add a minimal README, including the example code - Document public items - Add more info to Cargo.toml
This commit is contained in:
committed by
kaczmarczyck
parent
7719078d46
commit
3aca5fbc74
@@ -5,8 +5,14 @@ authors = [
|
||||
"Fabian Kaczmarczyck <kaczmarczyck@google.com>",
|
||||
"Guillaume Endignoux <guillaumee@google.com>",
|
||||
"Jean-Michel Picod <jmichel@google.com>",
|
||||
"David Drysdale <drysdale@google.com>",
|
||||
]
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
description = "CBOR parsing library"
|
||||
homepage = "https://github.com/google/OpenSK"
|
||||
repository = "https://github.com/google/OpenSK"
|
||||
keywords = ["cbor", "serialization", "no_std"]
|
||||
categories = ["encoding"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user