Initialized Backend crate & deps

Created a backend binary and defined it's dependencies
This commit is contained in:
2026-04-20 21:07:06 +02:00
parent 38c7633967
commit ca54a03d07
3 changed files with 10 additions and 6 deletions

3
backend/src/main.rs Normal file
View File

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