[package] name = "ias-function" version = "0.1.0" edition = "2024" [dependencies] ias-ai = { path = "../ias-ai" } ias-common = { path = "../ias-common" } anyhow = "1" serde_json = "1" tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "time"] }