ZIm/extensions/php/Cargo.toml

16 lines
239 B
TOML

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