Set up bare project.
All checks were successful
build Build build has succeeded
rust-test Build rust-test has succeeded
rust-clippy Build rust-clippy has succeeded
format Build format has succeeded

This commit is contained in:
Tom Alexander
2024-05-10 21:30:50 -04:00
parent c24e96e57c
commit 76c52b5737
14 changed files with 1187 additions and 0 deletions

3
src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}