about summary refs log tree commit diff stats
path: root/src/cli/main.rs
blob: 078760ee6667cc17b9d7f6b8cb0e8928495581bd (plain) (blame)
1
2
3
fn main() -> Result<(), Box<dyn std::error::Error>> {
    Ok(())
}