rust/crates/vfs/Cargo.toml

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

24 lines
376 B
TOML
Raw Normal View History

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