[package] name = "daemon" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.101" directories = "6.0.0" genai = "0.5.3" shared = { path = "../shared" } sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros"] } tokio = { version = "1.49.0", features = ["full"] } tonic = "0.14.2" tonic-reflection = "0.14.2"