boilerplate setup

This commit is contained in:
2024-09-07 15:27:38 -04:00
parent e16f237179
commit 0c36b899da
3 changed files with 16 additions and 3 deletions

4
src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
pub struct StateOwner {
pub state: String,
}

View File

@@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}