regy 0.1.0

Private-by-default desktop agent for the Regy web interface
1
2
3
4
5
6
7
pub(crate) mod args;
#[cfg(unix)]
pub(crate) mod dispatch;
#[cfg(unix)]
pub(crate) mod pairing;
pub(crate) mod state;
pub(crate) mod tui;