mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-14 13:24:25 +03:00
17 lines
236 B
TOML
17 lines
236 B
TOML
|
[package]
|
||
|
name = "zed_purescript"
|
||
|
version = "0.0.1"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/purescript.rs"
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
zed_extension_api = "0.0.4"
|