sapling/eden/mononoke/bulkops/Cargo.toml
Jeremy Fitzhardinge 1b4edb5567 eden: remove unused Rust dependencies
Summary:
Remove unused dependencies for Rust targets.

This failed to remove the dependencies in eden/scm/edenscmnative/bindings
because of the extra macro layer.

Manual edits (named_deps) and misc output in P133451794

Reviewed By: dtolnay

Differential Revision: D22083498

fbshipit-source-id: 170bbaf3c6d767e52e86152d0f34bf6daa198283
2020-06-17 17:55:03 -07:00

23 lines
655 B
TOML

[package]
name = "bulkops"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
changesets = { path = "../changesets" }
context = { path = "../server/context" }
mononoke_types = { path = "../mononoke_types" }
phases = { path = "../phases" }
anyhow = "1.0"
futures = { version = "0.3", features = ["async-await", "compat"] }
[dev-dependencies]
bookmarks = { path = "../bookmarks" }
fixtures = { path = "../tests/fixtures" }
mercurial_types = { path = "../mercurial/types" }
fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tokio-compat = "0.1"