rust-analyzer/crates/ra_text_edit/Cargo.toml

14 lines
183 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_text_edit"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
[dependencies]
2020-02-27 02:06:48 +00:00
text_unit = "0.1.10"
2019-03-23 07:44:29 +00:00