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

[lib]
doctest = false

[dependencies]
stdx = { path = "../stdx" }
# ideally, `serde` should be enabled by `rust-analyzer`, but we enable it here
# to reduce number of compilations
smol_str = { version = "0.1.15", features = ["serde"] }