rust/crates/ra_tt/Cargo.toml

14 lines
308 B
TOML
Raw Normal View History

2019-01-31 04:40:05 -06:00
[package]
edition = "2018"
2019-01-31 12:09:43 -06:00
name = "ra_tt"
2019-01-31 04:40:05 -06:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
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
# to reduce number of compilations
2020-02-18 07:57:41 -06:00
smol_str = { version = "0.1.15", features = ["serde"] }