byte_blocks_types 0.0.0

A Holochain Zome for storing large or small byte blocks
Documentation
[package]
name = "byte_blocks_types"
version = "0.0.0"
authors = ["Matthew Brisebois <matthew.brisebois@holo.host>"]
edition = "2021"
license = "CAL-1.0"
repository = "https://github.com/pjkundert/zome-labeled-data"
description = "A Holochain Zome for storing large or small byte blocks"
readme = "README.md"

[lib]
name = "byte_blocks_types"
crate-type = ["cdylib", "rlib"]

[dependencies]
hdi = { workspace = true }
serde = "1"

[dev-dependencies]
holo_hash = { version = "0.4.1", features = ["encoding"] }