aboutsummaryrefslogtreecommitdiff
path: root/crates/tt/Cargo.toml
blob: 5b8972ea3834b2aa13b67a96ed93dcbe5a9990d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tt"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[lib]
doctest = false

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

stdx = { path = "../stdx", version = "0.0.0" }