mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 18:17:06 +03:00
1af8f4be19
Co-Authored-By: Julia Risley <julia@zed.dev>
14 lines
299 B
TOML
14 lines
299 B
TOML
[package]
|
|
name = "json_language"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
plugin = { path = "../../crates/plugin" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
|
|
serde_json = "1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|