sapling/eden/mononoke/lfs_import_lib/Cargo.toml

24 lines
832 B
TOML
Raw Normal View History

[package]
name = "lfs_import_lib"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
blobrepo = { path = "../blobrepo" }
context = { path = "../server/context" }
filestore = { path = "../filestore" }
mercurial_types = { path = "../mercurial/types" }
mononoke_types = { path = "../mononoke_types" }
bytes_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
cloned = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
bytes = { version = "0.5", features = ["serde"] }
futures = "0.1"
slog = { version = "2.5", features = ["max_level_debug"] }
tokio = "0.1"
tokio-process = "0.2"