]> git.proxmox.com Git - rustc.git/blame - src/tools/rust-analyzer/crates/paths/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / src / tools / rust-analyzer / crates / paths / Cargo.toml
CommitLineData
064997fb
FG
1[package]
2name = "paths"
3version = "0.0.0"
4description = "TBD"
5license = "MIT OR Apache-2.0"
6edition = "2021"
487cf647 7rust-version = "1.65"
064997fb
FG
8
9[lib]
10doctest = 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"