[package] name = "random_quote" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] json = "0.12.4" serde_json = "1.0.94" reqwest = { version = "0.11", features = ["json", "blocking"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0.130", features = ["derive"] }