lua: Extract to zed-extensions/lua repository (#26250)

This PR extracts the Lua extension to the
[zed-extensions/lua](https://github.com/zed-extensions/lua) repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-06 18:17:34 -05:00 committed by GitHub
parent a88af7351a
commit 349a48d937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1 additions and 405 deletions

7
Cargo.lock generated
View file

@ -17088,13 +17088,6 @@ dependencies = [
"uuid",
]
[[package]]
name = "zed_lua"
version = "0.1.1"
dependencies = [
"zed_extension_api 0.1.0",
]
[[package]]
name = "zed_proto"
version = "0.2.1"