sapling/eden/scm/lib/vfs/Cargo.toml
Stanislau Hlebik eab97b6123 mononoke: sync changeset implementation for megarepo
Summary: First stab at implementing sync changeset functionality for megarepo.

Reviewed By: ikostia

Differential Revision: D28357210

fbshipit-source-id: 660e3f9914737929391ab1b29f891b3b5dd47638
2021-05-13 10:04:21 -07:00

21 lines
439 B
TOML

# @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"