zed/crates/google_ai/Cargo.toml

17 lines
287 B
TOML
Raw Normal View History

[package]
name = "google_ai"
version = "0.1.0"
edition = "2021"
2024-03-20 17:52:02 +03:00
publish = false
2024-03-20 15:03:13 +03:00
license = "GPL-3.0-or-later"
[lib]
path = "src/google_ai.rs"
[dependencies]
anyhow.workspace = true
futures.workspace = true
http_client.workspace = true
serde.workspace = true
serde_json.workspace = true