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

[lib]
doctest = false

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