sapling/eden/scm/lib/hgcommits/Cargo.toml
Stefan Filip e5ada2f396 types: add WireCloneData
Summary: Serialization format for dag's CloneData.

Reviewed By: quark-zju

Differential Revision: D24717926

fbshipit-source-id: 51f3aa189260a4062cfd75e412b98defd2a8cf94
2020-11-11 22:53:37 -08:00

25 lines
720 B
TOML

# @generated by autocargo from //eden/scm/lib/hgcommits:hgcommits
[package]
name = "hgcommits"
edition = "2018"
version = "0.1.0"
include = ["src/**/*.rs"]
[dependencies]
dag = { path = "../dag", features = ["for-tests"] }
edenapi = { path = "../edenapi" }
gitdag = { path = "../dag/gitdag" }
metalog = { path = "../metalog" }
minibytes = { path = "../minibytes" }
revlogindex = { path = "../revlogindex" }
streams = { path = "../streams" }
zstore = { path = "../zstore" }
anyhow = "1.0"
async-trait = "0.1.29"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
parking_lot = "0.10.2"
serde = { version = "1.0", features = ["derive", "rc"] }
thiserror = "1.0"
tracing = "0.1"
tracing-futures = "0.2"