2020-06-15 06:29:07 -05:00
|
|
|
[package]
|
|
|
|
name = "vfs"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
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]
|
2023-12-18 07:53:11 -06:00
|
|
|
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
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
paths.workspace = true
|
|
|
|
stdx.workspace = true
|
2023-12-29 08:22:29 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|