zed/extensions/deno/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
241 B
TOML
Raw Normal View History

[package]
name = "zed_deno"
version = "0.0.2"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/deno.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"