shed/memcache_stub/common/Cargo.toml (15 lines of code) (raw):

# @generated by autocargo [package] name = "memcache_common" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" readme = "../../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [lib] path = "lib.rs" [dependencies] anyhow = "1.0.51" bytes = { version = "1.1", features = ["serde"] } fbinit = { version = "0.1.0", path = "../../fbinit" }