chore: first project structure

This commit is contained in:
2026-05-21 16:55:51 +02:00
parent 171ad87589
commit 3c395db3df
17 changed files with 179 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "lanparty-client-win"
version.workspace = true
edition.workspace = true
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}