shed/services/Cargo.toml (13 lines of code) (raw):

# @generated by autocargo [package] name = "services" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" description = "Stubs for facebook services" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [dependencies] fbinit = { version = "0.1.0", path = "../fbinit" } services_common = { version = "0.1.0", path = "common" }