[package] name = "doubleo7" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.104" reqwest = "0.12" rig-core = { git = "https://github.com/0xPlaygrounds/rig", branch = "main" } serde = "1.0.229" tokio = { version = "1.53.1", features = ["full"] } toml = "1.1.4+spec-1.1.0"