2019-01-31 04:40:05 -06:00
|
|
|
[package]
|
2020-08-12 09:46:20 -05:00
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-08-12 09:46:20 -05:00
|
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
edition = "2018"
|
2019-01-31 04:40:05 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 04:40:05 -06:00
|
|
|
[dependencies]
|
2020-02-18 05:33:16 -06:00
|
|
|
# ideally, `serde` should be enabled by `rust-analyzer`, but we enable it here
|
2019-10-11 17:48:23 -05:00
|
|
|
# to reduce number of compilations
|
2020-02-18 07:57:41 -06:00
|
|
|
smol_str = { version = "0.1.15", features = ["serde"] }
|
2020-08-12 09:46:20 -05:00
|
|
|
|
|
|
|
stdx = { path = "../stdx" }
|