rust/crates/vfs/Cargo.toml

17 lines
247 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"
2020-06-15 06:29:07 -05:00
edition = "2018"
2020-07-11 06:31:02 -05:00
[lib]
doctest = false
2020-06-15 06:29:07 -05:00
[dependencies]
rustc-hash = "1.0"
2020-07-07 15:53:12 -05:00
fst = "0.4"
2020-06-15 06:29:07 -05:00
2020-08-24 03:25:19 -05:00
paths = { path = "../paths", version = "0.0.0" }
indexmap = "1.6.2"