]> git.lizzy.rs Git - rust.git/blob - crates/stdx/Cargo.toml
c47e8d0a86bd9061c1a050ab907b470a9e1fc174
[rust.git] / crates / stdx / Cargo.toml
1 [package]
2 name = "stdx"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 authors = ["rust-analyzer developers"]
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 backtrace = { version = "0.3.44", optional = true }
14 # Think twice before adding anything here
15
16 [features]
17 # Uncomment to enable for the whole crate graph
18 # default = [ "backtrace" ]