mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 18:41:48 +00:00
16 lines
280 B
TOML
16 lines
280 B
TOML
[package]
|
|
name = "google_ai"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
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
|