Sebas Tin angelegt und Synology Chat connected

This commit is contained in:
Sithies
2026-03-16 21:13:48 +01:00
parent 204b2d6eb1
commit df29fdfa60
21 changed files with 2302 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "sebas-tian"
version = "0.1.0"
edition = "2024"
[dependencies]
# Shared Foundation
nazarick-core = { path = "../nazarick-core" }
# LLM Kommunikation
api = { path = "../api" }
# Async Runtime
tokio = { version = "1", features = ["full"] }
# Fehlerbehandlung
thiserror = "2"