zed/extensions/lua/Cargo.toml
Marshall Bowers 52591905fb lua: Bump to v0.0.2
The previous v0.0.3 bump was in error, as we hadn't published a v0.0.2 yet.
2024-04-16 14:27:05 -04:00

17 lines
222 B
TOML

[package]
name = "zed_lua"
version = "0.0.2"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/lua.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.6"