feat: add cbor

This commit is contained in:
2020-11-08 23:46:21 +08:00
parent c03b7d75a3
commit afb948c48c
4 changed files with 147 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "cbor"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cbor = "0.4.1"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11.1"
hex = "*"