hc_zome_file_storage_integrity 0.2.0

File storage zome to store files in holochain
Documentation
[package]
name = "hc_zome_file_storage_integrity"
version = "0.2.0"
edition = "2021"
description = "File storage zome to store files in holochain"
license = "MIT"

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

[dependencies]
hdi = { workspace = true }

serde = { workspace = true }

[features]
default = ["externs"]
externs = []