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

@ -1,6 +1,6 @@
[package]
name = "zed_extension_api"
version = "0.1.0"
version = "0.2.0"
description = "APIs for creating Zed extensions in Rust"
repository = "https://github.com/zed-industries/zed"
documentation = "https://docs.rs/zed_extension_api"
@ -8,6 +8,9 @@ keywords = ["zed", "extension"]
edition = "2021"
license = "Apache-2.0"
# Remove when we're ready to publish v0.2.0.
publish = false
[lints]
workspace = true