]> git.lizzy.rs Git - rust.git/blob - crates/tt/Cargo.toml
Merge #11444
[rust.git] / crates / tt / Cargo.toml
1 [package]
2 name = "tt"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 smol_str = "0.1"
14
15 stdx = { path = "../stdx", version = "0.0.0" }