summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/text-edit/Cargo.toml
blob: 76d0ca5ccb601f6173a5fc9552df4f4286fd0d0f (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.workspace = true