rust-analyzer/crates/text-edit/Cargo.toml

20 lines
No EOL
365 B
TOML

[package]
name = "text-edit"
version = "0.0.0"
repository.workspace = true
description = "Representation of a `TextEdit` for rust-analyzer."
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
itertools.workspace = true
text-size.workspace = true
[lints]
workspace = true