2019-01-31 04:40:05 -06:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
2019-01-31 12:09:43 -06:00
|
|
|
name = "ra_tt"
|
2019-01-31 04:40:05 -06:00
|
|
|
version = "0.1.0"
|
2019-02-11 02:20:04 -06:00
|
|
|
authors = ["rust-analyzer developers"]
|
2019-01-31 04:40:05 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 04:40:05 -06:00
|
|
|
[dependencies]
|
2019-10-11 17:48:23 -05:00
|
|
|
# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
|
|
|
|
# to reduce number of compilations
|
|
|
|
smol_str = { version = "0.1.12", features = ["serde"] }
|