noosphere-cli 0.17.0

Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol
Documentation
1
2
3
4
5
6
7
8
9
10
use vergen::EmitBuilder;

fn main() {
    EmitBuilder::builder()
        .all_git()
        .all_build()
        .all_cargo()
        .emit()
        .unwrap();
}