mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
5602593089
Also fix `anthropic` crate and make it AGPL-licensed, as it's used in the AGPL-licensed collab part only. Release Notes: - N/A
23 lines
350 B
TOML
23 lines
350 B
TOML
[package]
|
|
name = "anthropic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/anthropic.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
futures.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
util.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tokio.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|