add CBOR support to database schema

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-22 00:52:48 +00:00
parent 1f31e74024
commit 0c96891008
6 changed files with 60 additions and 2 deletions

View file

@ -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
#