2018-12-10 15:09:12 -06:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "ra_text_edit"
|
|
|
|
version = "0.1.0"
|
2019-02-11 02:20:04 -06:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-12-10 15:09:12 -06:00
|
|
|
publish = false
|
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-12-10 15:09:12 -06:00
|
|
|
[dependencies]
|
2019-01-08 12:50:04 -06:00
|
|
|
text_unit = "0.1.6"
|
2019-03-23 02:44:29 -05: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"]
|
2018-12-10 15:09:12 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
test_utils = { path = "../test_utils" }
|