feat: first cut at actual token generation and model loading

This commit is contained in:
Georg Bauer
2026-07-24 17:44:41 +02:00
parent 616b550849
commit ff984bb96a
38 changed files with 66885 additions and 61 deletions

1
Cargo.lock generated
View File

@@ -1133,6 +1133,7 @@ dependencies = [
name = "ds4-server"
version = "0.1.0"
dependencies = [
"cc",
"diesel",
"diesel_migrations",
"iced",