blob: 9b08fe2fadecc4a411720102f3633774121456e2 (
plain) (
tree)
|
|
pub mod config;
pub mod cryptoblob;
pub mod login;
pub mod storage;
// A user is composed of 3 things:
// - An identity (login)
// - A storage profile (storage)
// - Some cryptography data (cryptoblob)
|