Cargo.toml
1[package]
2name = "google_ai"
3version = "0.1.0"
4edition = "2021"
5publish = false
6license = "GPL-3.0-or-later"
7
8[lib]
9path = "src/google_ai.rs"
10
11[dependencies]
12anyhow.workspace = true
13futures.workspace = true
14http.workspace = true
15serde.workspace = true
16serde_json.workspace = true