streamd/zed-extension/Cargo.toml
Konstantin Fickel 3b116782cc
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m21s
Continuous Integration / Build Package (push) Successful in 3m28s
feat: add zed extension
2026-04-19 20:29:10 +02:00

13 lines
195 B
TOML

[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"