sapling/eden/scm/lib/mutationstore/Cargo.toml
Jun Wu e7ec72f8f1 mutationstore: asyncize more places
Summary:
Make mutationstore more friendly to async.
This resolves an issue with smartlog with the lazy commit hash backend.

Reviewed By: sfilipco

Differential Revision: D27583844

fbshipit-source-id: 5b0b0b9b8ab82399f80eb2b410a0c4b84bd6a444
2021-04-13 16:37:46 -07:00

23 lines
662 B
TOML

# @generated by autocargo from //eden/scm/lib/mutationstore:mutationstore
[package]
name = "mutationstore"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
bitflags = "1.2"
dag = { path = "../dag" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
indexedlog = { path = "../indexedlog" }
types = { path = "../types" }
vlqencoding = { path = "../vlqencoding" }
[dev-dependencies]
drawdag = { path = "../drawdag" }
rand = { version = "0.7", features = ["small_rng"] }
rand_chacha = "0.2"
renderdag = { path = "../renderdag" }
tempdir = "0.3"
types = { path = "../types", features = ["for-tests"], default-features = false }