add CBOR support to database schema
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1f31e74024
commit
0c96891008
6 changed files with 60 additions and 2 deletions
|
@ -506,6 +506,14 @@ version = "0.2"
|
|||
[workspace.dependencies.num-traits]
|
||||
version = "0.2"
|
||||
|
||||
[workspace.dependencies.minicbor]
|
||||
version = "0.25.1"
|
||||
features = ["std"]
|
||||
|
||||
[workspace.dependencies.minicbor-serde]
|
||||
version = "0.3.2"
|
||||
features = ["std"]
|
||||
|
||||
#
|
||||
# Patches
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue