sapling/mercurial_bundles/Cargo.toml
Kostia Balytskyi e561682ecd mononoke: rename crates to contain underscores instead of dashes
Summary: Let's not use dashes in crate names.

Reviewed By: StanislavGlebik

Differential Revision: D14341596

fbshipit-source-id: 85a7ded60cf2e326997ac70ee47a29116af97590
2019-03-06 07:18:28 -08:00

20 lines
356 B
TOML

[package]
name = "mercurial_bundles"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
[dependencies]
ascii = "0.8.6"
byteorder = "1.1.0"
bytes = "0.4.5"
error-chain = "0.11.0"
futures = "0.1.17"
lazy_static = "0.2.10"
slog = "2.0.12"
tokio-io = "0.1.4"
tokio-proto = "0.1.1"
url = "1.6.0"
async-compression = { path = "../async-compression" }