Export data to CBOR
This commit is contained in:
parent
499642cda9
commit
1ea09a9be9
4 changed files with 43 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ciborium = "0.2.0"
|
||||
clap = { version = "4.0.5", features = ["derive"] }
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue