mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-13 00:17:15 +00:00
12 lines
179 B
TOML
12 lines
179 B
TOML
|
[package]
|
||
|
name = "stdx"
|
||
|
version = "0.1.0"
|
||
|
authors = ["rust-analyzer developers"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
doctest = false
|
||
|
|
||
|
[dependencies]
|
||
|
# Think twice before adding anything here
|