mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
7d063aa10b
This PR upgrades the Erlang extension to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
16 lines
228 B
TOML
16 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"
|