rust/crates/vfs/Cargo.toml

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

19 lines
320 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"
2020-08-13 10:42:52 -05:00
license = "MIT OR Apache-2.0"
2021-10-21 10:49:28 -05:00
edition = "2021"
2021-12-15 14:49:48 -06:00
rust-version = "1.57"
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]
2022-03-22 11:36:41 -05:00
rustc-hash = "1.1.0"
fst = "0.4.7"
2022-08-30 06:51:24 -05:00
indexmap = "1.9.1"
2020-06-15 06:29:07 -05:00
2020-08-24 03:25:19 -05:00
paths = { path = "../paths", version = "0.0.0" }
2022-08-30 06:51:24 -05:00
stdx = { path = "../stdx", version = "0.0.0" }