summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/text-edit/Cargo.toml
blob: 7a90d64a98ba9b01a55678f82ec00328724094ba (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.57"

[lib]
doctest = false

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