sapling/eden/mononoke/repo_client/scribe_commit_queue/Cargo.toml

18 lines
516 B
TOML
Raw Normal View History

[package]
name = "scribe_commit_queue"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
mononoke_types = { path = "../../mononoke_types" }
scribe_ext = { path = "../../common/scribe_ext" }
fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_derive = "1.0"
serde_json = "1.0"