]> git.lizzy.rs Git - rust.git/blob - crates/paths/Cargo.toml
Auto merge of #12840 - Veykril:be-lazy, r=Veykril
[rust.git] / crates / paths / Cargo.toml
1 [package]
2 name = "paths"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 # Adding this dep sadly puts a lot of rust-analyzer crates after the
14 # serde-derive crate. Even though we don't activate the derive feature here,
15 # someone else in the crate graph certainly does!
16 # serde = "1"