streamd/zed-extension/Cargo.toml
Konstantin Fickel 0f73864693
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m39s
Continuous Integration / Build Package (push) Successful in 2m18s
feat: add zed extension
2026-04-19 18:09:23 +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"