blob: a69b1ef2b53068407331287f46ccbcc58dcfd573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "text_edit"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[lib]
doctest = false
[dependencies]
text-size = "1.0.0"
|