mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
12 lines
227 B
TOML
12 lines
227 B
TOML
[package]
|
|
name = "json_language"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
plugin = { path = "../../crates/plugin" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|