mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
14 lines
220 B
TOML
14 lines
220 B
TOML
|
[package]
|
||
|
name = "edition"
|
||
|
version = "0.0.0"
|
||
|
rust-version.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
authors.workspace = true
|
||
|
repository.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|