Files
JsonRPC-Rust/crates/zed/Cargo.toml
Fabian Stamm 2876eea11f First Commit
2024-09-29 16:41:44 +02:00

11 lines
141 B
TOML

[package]
name = "jrpc-syntax"
version = "0.0.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"