summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/text-edit/Cargo.toml
blob: 8df7e1af611635d2486736e25ac8234e2cbf181a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "text-edit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

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