aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt/Cargo.toml
blob: 3fcc7f085504707fdf44bc1f51cd38d303df494e (plain)
1
2
3
4
5
6
7
8
9
10
[package]
edition = "2018"
name = "ra_tt"
version = "0.1.0"
authors = ["rust-analyzer developers"]

[dependencies]
# 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"] }