zed/extensions/toml/Cargo.toml
Conrad Irwin 1fccda7b8d
Add text objects to extensions (#21488)
Release Notes:

- Adds textobject support to erlang, haskell, lua, php, prisma, proto,
toml, and zig
2024-12-03 13:56:25 -07:00

16 lines
224 B
TOML

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