summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/text-edit/Cargo.toml
blob: 337cd234739c8d4819b13ef4b24254575103ce07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "text-edit"
version = "0.0.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
itertools = "0.10.5"
text-size = "1.1.0"