sapling/eden/scm/lib/vfs/Cargo.toml
Thomas Orozco 8c83bd9a1c third-party/rust: update Tokio to 1.7.1
Summary: There is a regression in 1.7.0 (which we're on at the moment) so we might as well update.

Reviewed By: zertosh, farnz

Differential Revision: D29358047

fbshipit-source-id: 226393d79c165455d27f7a09b14b40c6a30d96d3
2021-06-25 06:17:41 -07:00

21 lines
441 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.8"
fsinfo = { path = "../fsinfo" }
libc = "0.2.86"
minibytes = { path = "../minibytes" }
once_cell = "1.4"
tokio = { version = "1.7.1", features = ["full", "test-util"] }
types = { path = "../types" }
util = { path = "../util" }
[dev-dependencies]
tempfile = "3.1"