/ src / main.rs
main.rs
1  fn main() -> anyhow::Result<()> {
2      circle_cipher::run()
3  }