zed/extensions/perplexity/Cargo.toml
Nathan Sobo 43e13df9f3
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Add a /perplexity slash command in an extension (#16438)
Release Notes:

- N/A
2024-08-18 16:34:55 -06:00

17 lines
260 B
TOML

[package]
name = "perplexity"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[lib]
path = "src/perplexity.rs"
crate-type = ["cdylib"]
[lints]
workspace = true
[dependencies]
serde = "1"
zed_extension_api = { path = "../../crates/extension_api" }