summaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: c82b04ba52b0e2986dd7704e1db83ebce12daed0 (plain)
1
2
3
4
5
6
7
8
/// JustEnoughVCS - Local Manager & Client
pub mod jv;

/// JustEnoughVCS - Vault Manager & Server
pub mod jvv;

/// Utils
pub mod utils;