mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
14 lines
211 B
TOML
14 lines
211 B
TOML
[package]
|
|
name = "tt"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
smol_str = "0.1"
|
|
|
|
stdx = { path = "../stdx", version = "0.0.0" }
|