aboutsummaryrefslogtreecommitdiff
path: root/crates/text_edit/Cargo.toml
blob: 8aadc187561e2f67708612c2970eda503ba9034e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "text_edit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[lib]
doctest = false

[dependencies]
text-size = "1.0.0"