hashtree-cli 0.2.63

Hashtree daemon and CLI - content-addressed storage with P2P sync
Documentation
1
2
3
4
5
6
7
//! Git remote helper binary - thin wrapper around git-remote-htree crate
//!
//! Included by default. Disable with `--no-default-features` to exclude.

fn main() {
    git_remote_htree::main_entry();
}