holochain_cli_bundle 0.0.43

DNA and hApp bundling functionality for the `hc` Holochain CLI utility
Documentation
1
2
3
4
5
6
mod cli;
mod error;
mod init;
mod packing;

pub use cli::{HcAppBundle, HcDnaBundle, HcWebAppBundle};