sapling/bonsai_utils/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

14 lines
288 B
TOML

[package]
name = "bonsai_utils"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
[dependencies]
futures = "0.1.17"
itertools = "0.7.2"
futures-ext = { path = "../futures-ext" }
mercurial_types = { path = "../mercurial_types" }
mononoke_types = { path = "../mononoke_types" }