streamd/zed-extension/Cargo.toml
Konstantin Fickel 9787710d59
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m38s
Continuous Integration / Build Package (push) Successful in 3m46s
feat: add zed extension
2026-04-19 17:58:54 +02:00

10 lines
139 B
TOML

[package]
name = "streamd-zed"
version = "0.0.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1"