feat: add zed extension
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m21s
Continuous Integration / Build Package (push) Successful in 3m28s

This commit is contained in:
Konstantin Fickel 2026-04-19 17:58:54 +02:00
parent d872e9e338
commit 3b116782cc
Signed by: kfickel
GPG key ID: A793722F9933C1A5
5 changed files with 901 additions and 1 deletions

13
zed-extension/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "streamd-zed"
version = "0.0.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "zed:extension"
[dependencies]
zed_extension_api = "0.7"