rust/crates/ra_text_edit/Cargo.toml

19 lines
394 B
TOML
Raw Normal View History

[package]
edition = "2018"
name = "ra_text_edit"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
[dependencies]
2019-01-08 19:50:04 +01:00
text_unit = "0.1.6"
2019-03-23 08:44:29 +01:00
[dependencies.proptest]
version = "0.9.0"
# Disable `fork` feature to allow compiling on webassembly
default-features = false
features = ["std", "bit-set", "break-dead-code"]
[dev-dependencies]
test_utils = { path = "../test_utils" }