google/comprehensive-rust

54.1 Join (dependencies)

开放

#1,330 创建于 2023年10月9日

 (5 条评论) (0 个反应) (1 位负责人)Rust (2,009 个派生)batch import
buggood first issuehelp wanted

仓库指标

星标
 (32,954 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Discussed in https://github.com/google/comprehensive-rust/discussions/1317

Originally posted by njr0 October 6, 2023 I had to add these dependencies to may Cargo.toml to make it work. As with the last few suggestions, I think it will help to includes these in the speaker notes or main text, especially since this can't be run in the playground. (And who wants to be in a playground anyway?)

[dependencies]
tokio = { version = "1.32.0", features = ["full"] }
reqwest = { version = "0.11.22", features = ["blocking", "rustls-tls"] }
futures = "0.3"
anyhow = "1.0"

贡献者指南