[package] name = "hc_dnahub_types" version = "0.2.0" authors = ["Matthew Brisebois "] edition = "2018" license = "CAL-1.0" repository = "https://github.com/holochain/devhub-dnas" description = "Definitions used by the DnaHub DNA Zomes" readme = "README.md" [lib] name = "dnahub_types" crate-type = ["cdylib", "rlib"] [dependencies] holochain_integrity_types = "0.2.2" holochain_zome_types = { version = "0.2.2", features = [ "properties" ] } rmp-serde = "1.1" serde = "1" sha2 = "0.10" whi_hdi_extensions = "0.4.2" # temporary fix for compile error in getrandom = { version = "=0.2.7", features = ["custom"] }