zed/extensions/prisma/Cargo.toml
Marshall Bowers eab98eb9c9
prisma: Bump to v0.0.3 (#13739)
This PR bumps the Prisma extension to v0.0.3.

Changes:

- https://github.com/zed-industries/zed/pull/13738

Release Notes:

- N/A
2024-07-02 10:18:36 -04:00

17 lines
228 B
TOML

[package]
name = "zed_prisma"
version = "0.0.3"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/prisma.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.4"