mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 13:33:31 +00:00
20 lines
No EOL
365 B
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 |