zed/extensions/php/Cargo.toml

17 lines
222 B
TOML

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