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

View File

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