aboutsummaryrefslogtreecommitdiff
path: root/crates/stdx/Cargo.toml
blob: 4c0b8586172838a836c3bb4a213c1557bf2aa975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "stdx"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
license = "MIT OR Apache-2.0"

[lib]
doctest = false

[dependencies]
# Think twice before adding anything here