zed/extensions/ruff/Cargo.toml
2024-09-17 14:21:06 -04:00

16 lines
224 B
TOML

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