introduce client binary and models lib

This commit is contained in:
Robin Mueller
2026-01-12 16:22:17 +01:00
parent 8029444228
commit f95de5bedd
6 changed files with 53 additions and 66 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "client"
version = "0.1.0"
edition = "2024"
[dependencies]
+1
View File
@@ -0,0 +1 @@
fn main() {}