First Commit

This commit is contained in:
Fabian Stamm
2024-09-29 16:41:44 +02:00
commit 2876eea11f
16 changed files with 3222 additions and 0 deletions

10
crates/zed/Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "jrpc-syntax"
version = "0.0.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"