rust-analyzer/crates/paths/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
381 B
TOML
Raw Normal View History

[package]
name = "paths"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
description = "TBD"
2020-08-13 15:42:52 +00:00
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
rust-version = "1.65"
[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"