rust/crates/vfs/Cargo.toml

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

22 lines
337 B
TOML
Raw Normal View History

2020-06-15 13:29:07 +02:00
[package]
name = "vfs"
2020-08-13 17:42:52 +02:00
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-06-15 13:29:07 +02:00
2020-07-11 13:31:02 +02:00
[lib]
doctest = false
2020-06-15 13:29:07 +02:00
[dependencies]
2022-03-22 17:36:41 +01:00
rustc-hash = "1.1.0"
fst = "0.4.7"
indexmap = "1.9.1"
2023-05-04 16:28:15 -07:00
nohash-hasher.workspace = true
2020-06-15 13:29:07 +02:00
paths.workspace = true
stdx.workspace = true