[dependencies.hdi]
version = "=0.5.1"
[dependencies.serde]
version = "1"
[dev-dependencies.holo_hash]
features = ["encoding"]
version = "0.4.1"
[lib]
crate-type = ["cdylib", "rlib"]
name = "byte_blocks_types"
path = "src/lib.rs"
[package]
authors = ["Matthew Brisebois <matthew.brisebois@holo.host>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Holochain Zome for storing large or small byte blocks"
edition = "2021"
license = "CAL-1.0"
name = "byte_blocks_types"
readme = "README.md"
repository = "https://github.com/pjkundert/zome-labeled-data"
version = "0.0.0"