]> git.proxmox.com Git - rustc.git/blob - src/tools/rust-analyzer/crates/paths/Cargo.toml
New upstream version 1.72.1+dfsg1
[rustc.git] / src / tools / rust-analyzer / crates / paths / Cargo.toml
1 [package]
2 name = "paths"
3 version = "0.0.0"
4 description = "TBD"
5
6 authors.workspace = true
7 edition.workspace = true
8 license.workspace = true
9 rust-version.workspace = true
10
11 [lib]
12 doctest = false
13
14 [dependencies]
15 # Adding this dep sadly puts a lot of rust-analyzer crates after the
16 # serde-derive crate. Even though we don't activate the derive feature here,
17 # someone else in the crate graph certainly does!
18 # serde.workspace = true