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