about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/edition/Cargo.toml
blob: 0a9ae101eb1041cffa7e059d317e5553d19bf39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "edition"
version = "0.0.0"
description = "Rust edition support crate for rust-analyzer."
rust-version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true

[dependencies]

[lints]
workspace = true