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