zed/crates/google_ai/Cargo.toml
Antonio Scandurra f2394c76f5 Fix licensing
2024-03-20 13:03:13 +01:00

16 lines
264 B
TOML

[package]
name = "google_ai"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[lib]
path = "src/google_ai.rs"
[dependencies]
anyhow.workspace = true
futures.workspace = true
serde.workspace = true
serde_json.workspace = true
util.workspace = true