mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
5515ba6043
This avoids the CLI linking libssl etc... Release Notes: - N/A
17 lines
280 B
TOML
17 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
|
|
http.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|