mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
7d063aa10b
This PR upgrades the Erlang extension to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
17 lines
228 B
TOML
17 lines
228 B
TOML
[package]
|
|
name = "zed_erlang"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/erlang.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|