gmsg 0.1.1

AI-powered commit message generator with a TUI editor
Documentation
1
2
3
4
5
6
// main.rs
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    gmsg::Gmsg::run().await

}