sapling/eden/scm/lib/dag/gitdag/Cargo.toml
Jun Wu a03e8f4c55 dag: make DagPersistent and DagAddHeads async
Summary: This makes it easier to make DagAlgorithm async.

Reviewed By: sfilipco

Differential Revision: D25345234

fbshipit-source-id: 5ca4bac38f5aac4c6611146a87f423a244f1f5a2
2020-12-10 12:37:33 -08:00

13 lines
208 B
TOML

[package]
name = "gitdag"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1"
dag = { path = ".." }
git2 = "0.13"
nonblocking = { path = "../../nonblocking" }
parking_lot = "0.11"
tracing = "0.1"