mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
31 lines
No EOL
653 B
TOML
31 lines
No EOL
653 B
TOML
[package]
|
|
name = "load-cargo"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
crossbeam-channel.workspace = true
|
|
itertools.workspace = true
|
|
tracing.workspace = true
|
|
|
|
ide.workspace = true
|
|
ide-db.workspace = true
|
|
proc-macro-api.workspace = true
|
|
project-model.workspace = true
|
|
tt.workspace = true
|
|
vfs.workspace = true
|
|
vfs-notify.workspace = true
|
|
span.workspace = true
|
|
|
|
hir-expand.workspace = true
|
|
|
|
[lints]
|
|
workspace = true |