mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-13 08:27:17 +00:00
16 lines
381 B
TOML
16 lines
381 B
TOML
[package]
|
|
name = "paths"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
# Adding this dep sadly puts a lot of rust-analyzer crates after the
|
|
# serde-derive crate. Even though we don't activate the derive feature here,
|
|
# someone else in the crate graph certainly does!
|
|
# serde = "1"
|