rust/crates/ra_text_edit/Cargo.toml

14 lines
238 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_text_edit"
version = "0.1.0"
authors = ["rust-analyzer deverlopers"]
publish = false
[dependencies]
2019-01-08 19:50:04 +01:00
text_unit = "0.1.6"
2019-02-04 20:11:51 +01:00
proptest = "0.9.0"
[dev-dependencies]
test_utils = { path = "../test_utils" }