statix/vfs/Cargo.toml
2022-02-19 20:44:59 +05:30

10 lines
125 B
TOML

[package]
name = "vfs"
version = "0.0.0"
edition = "2018"
license = "MIT"
[dependencies]
indexmap = "1.6.2"
rayon = "1.5.1"