2023-07-03 10:40:31 -05:00
|
|
|
[package]
|
|
|
|
name = "load-cargo"
|
|
|
|
version = "0.0.0"
|
2023-07-10 05:40:37 -05:00
|
|
|
description = "TBD"
|
|
|
|
|
2023-07-03 10:40:31 -05:00
|
|
|
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]
|
2023-11-15 04:49:32 -06:00
|
|
|
anyhow.workspace = true
|
2023-07-03 10:40:31 -05:00
|
|
|
crossbeam-channel = "0.5.5"
|
2023-11-15 04:53:56 -06:00
|
|
|
itertools.workspace = true
|
2023-07-03 10:40:31 -05:00
|
|
|
tracing = "0.1.35"
|
|
|
|
|
|
|
|
ide.workspace = true
|
2023-11-15 04:49:32 -06:00
|
|
|
ide-db.workspace = true
|
2023-07-03 10:40:31 -05:00
|
|
|
proc-macro-api.workspace = true
|
|
|
|
project-model.workspace = true
|
|
|
|
tt.workspace = true
|
|
|
|
vfs.workspace = true
|
|
|
|
vfs-notify.workspace = true
|