Add Rust project scaffold with dependencies

This commit is contained in:
2026-04-13 12:14:36 +02:00
parent 5b32c02b5b
commit 8dd5967675
3 changed files with 2463 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}