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

[lib]
doctest = false

[dependencies]
# Think twice before adding anything here