2019-01-31 13:40:05 +03:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
2019-01-31 21:09:43 +03:00
|
|
|
name = "ra_tt"
|
2019-01-31 13:40:05 +03:00
|
|
|
version = "0.1.0"
|
2019-02-11 10:20:04 +02:00
|
|
|
authors = ["rust-analyzer developers"]
|
2019-01-31 13:40:05 +03:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 13:40:05 +03:00
|
|
|
[dependencies]
|
2020-02-18 12:33:16 +01:00
|
|
|
# ideally, `serde` should be enabled by `rust-analyzer`, but we enable it here
|
2019-10-12 07:48:23 +09:00
|
|
|
# to reduce number of compilations
|
2020-02-18 15:57:41 +02:00
|
|
|
smol_str = { version = "0.1.15", features = ["serde"] }
|