blob: b186b46f2984e8d3c45ba47aabd7adc28024305e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "stdx"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[lib]
doctest = false
[dependencies]
# Think twice before adding anything here
|