shed/scuba_sample/Cargo.toml (19 lines of code) (raw):

# @generated by autocargo [package] name = "scuba_sample" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" description = "Helps build scuba samples" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [dependencies] fbinit = { version = "0.1.0", path = "../fbinit" } rand = { version = "0.8", features = ["small_rng"] } serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] } [dev-dependencies] assert_matches = "1.5" nonzero_ext = "0.2" quickcheck = "1.0" rand_chacha = "0.3"