furrow 0.0.0

A lightweight, self-configured, ssh git remote.
Documentation
1
2
3
4
5
6
use color_eyre::eyre;

#[tokio::main]
async fn main() -> eyre::Result<()> {
    Ok(())
}