init repo.

This commit is contained in:
tqcq
2025-07-14 10:27:31 +08:00
commit d2433ca8c3
7 changed files with 23 additions and 0 deletions

6
client/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "client"
version = "0.1.0"
edition = "2024"
[dependencies]

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

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