zed/extensions/dart/Cargo.toml

17 lines
224 B
TOML
Raw Permalink Normal View History

[package]
name = "zed_dart"
version = "0.0.3"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/dart.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.1.0"