rust-analyzer/crates/text_edit/Cargo.toml

14 lines
212 B
TOML
Raw Normal View History

[package]
2020-08-12 15:03:06 +00:00
name = "text_edit"
2020-08-12 14:58:56 +00:00
version = "0.0.0"
description = "TBD"
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2020-08-12 14:58:56 +00:00
authors = ["rust-analyzer developers"]
edition = "2018"
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
[dependencies]
2020-04-25 09:52:10 +00:00
text-size = "1.0.0"