init commit

This commit is contained in:
2024-06-11 16:21:59 -04:00
Unverified
parent 392af50731
commit efbe618484
5 changed files with 83 additions and 0 deletions

6
client/Cargo.toml Normal file
View File

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

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

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