sapling/eden/mononoke/server/Cargo.toml
Johan Schuijt-Li 2b69716461 push compat() down one level from main
Summary: Migrate to new-style futures

Reviewed By: ikostia

Differential Revision: D22365232

fbshipit-source-id: 08ddd50be1c34fe90a453f369cea2e45323b63db
2020-07-03 02:36:09 -07:00

20 lines
652 B
TOML

[package]
name = "mononoke"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
cmdlib = { path = "../cmdlib" }
monitoring = { path = "monitoring" }
repo_listener = { path = "repo_listener" }
cloned = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
secure_utils = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
clap = "2.33"
openssl = "0.10"
slog = { version = "2.5", features = ["max_level_debug"] }