actually push now

This commit is contained in:
Mars Ultor
2025-04-19 16:39:22 -05:00
parent caa750bfd2
commit 856c4ddb36
137 changed files with 193 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "server"
version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common" }
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}