2020-06-15 11:29:07 +00:00
|
|
|
[package]
|
|
|
|
name = "vfs"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
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]
|
2022-03-22 16:36:41 +00:00
|
|
|
rustc-hash = "1.1.0"
|
|
|
|
fst = "0.4.7"
|
2022-08-25 18:31:02 +00:00
|
|
|
indexmap = "1.9.1"
|
2020-06-15 11:29:07 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
paths.workspace = true
|
|
|
|
stdx.workspace = true
|