void-cli 0.0.4

CLI for void — anonymous encrypted source control
1
2
3
4
5
6
7
//! Collaboration commands for void.
//!
//! This module provides commands for identity management and contributor management.

pub mod contributors;
pub mod identity;
pub mod invite;