mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "tt"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
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" }
|