ZIm/extensions/proto/Cargo.toml
Peter 06bd2431d2
proto: Add language server support (#18763)
Closes #18762

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-10-06 10:12:06 -04:00

16 lines
226 B
TOML

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