[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"