zed_extension_api: Fork new version of extension API (#17795)

This PR forks a new version of the `zed_extension_api` in preparation
for new changes.

Release Notes:

- N/A

---------

Co-authored-by: Max <max@zed.dev>
This commit is contained in:
Marshall Bowers 2024-09-13 10:54:23 -04:00 committed by GitHub
parent 3aeea93847
commit 93a3e8bc94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1222 additions and 183 deletions

View file

@ -13,4 +13,4 @@ path = "src/test_extension.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"
zed_extension_api = { path = "../../crates/extension_api" }