mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
17 lines
403 B
TOML
17 lines
403 B
TOML
[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" }
|