Rust_Examples_and_Notes/general_code/Cargo.toml

10 lines
248 B
TOML
Raw Normal View History

2022-02-21 16:05:38 +00:00
[package]
name = "Rust_Examples_and_Notes"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-04-30 14:47:36 +00:00
reqwest = { version = "0.11", features = ["blocking"] }