sapling/eden/mononoke/blobrepo/errors/Cargo.toml
Lukas Piatkowski bf34f084d0 mononoke: make blobrepo and its dependencies OSS buildable
Reviewed By: markbt

Differential Revision: D20495840

fbshipit-source-id: 3bbefae1923dc84e3daea158a24c0d2a802cc9a9
2020-03-31 04:02:45 -07:00

21 lines
542 B
TOML

[package]
name = "blobrepo_errors"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
changesets = { path = "../../changesets" }
context = { path = "../../server/context" }
mercurial_types = { path = "../../mercurial/types" }
mononoke_types = { path = "../../mononoke_types" }
futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
ascii = "1.0"
bincode = "1.2"
futures = "0.1"
maplit = "1.0"
quickcheck = "0.9"
thiserror = "1.0"