summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/tt/Cargo.toml
blob: 4f2103f3a97fc4174393249ea1d0bf0f1f0577a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tt"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

[dependencies]
smol_str = "0.1.23"

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