rustimate 0.1.0

A planning poker app, mostly developed to learn Rust
1
2
3
fn main() -> anyhow::Result<()> {
  rustimate::go()
}