rust-analyzer/crates/vfs/Cargo.toml

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

28 lines
502 B
TOML
Raw Normal View History

2020-06-15 11:29:07 +00:00
[package]
name = "vfs"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
repository.workspace = true
description = "A virtual file system for rust-analyzer."
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-06-15 11:29:07 +00:00
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
2020-06-15 11:29:07 +00:00
[dependencies]
rustc-hash.workspace = true
tracing.workspace = true
2022-03-22 16:36:41 +00:00
fst = "0.4.7"
2023-11-15 11:21:34 +00:00
indexmap.workspace = true
2023-05-04 23:28:15 +00:00
nohash-hasher.workspace = true
crossbeam-channel.workspace = true
2020-06-15 11:29:07 +00:00
paths.workspace = true
stdx.workspace = true
[lints]
workspace = true