sapling/eden/scm/lib/vfs/Cargo.toml

21 lines
439 B
TOML
Raw Normal View History

# @generated by autocargo from //eden/scm/lib/vfs:vfs
[package]
name = "vfs"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
chashmap = "2.2"
crossbeam = "0.7"
fsinfo = { path = "../fsinfo" }
libc = "0.2.86"
minibytes = { path = "../minibytes" }
once_cell = "1.4"
tokio = { version = "1.5", features = ["full", "test-util"] }
types = { path = "../types" }
util = { path = "../util" }
[dev-dependencies]
tempfile = "3.1"