summa-unixfs 0.2.1

Implementation of unixfs for iroh
fn main() {
    prost_build::Config::new()
        .bytes([".unixfs_pb.Data", ".merkledag_pb.PBNode.Data"])
        .compile_protos(&["src/unixfs.proto", "src/merkledag.proto"], &["src"])
        .unwrap();
}