Expand description
Add dependencies in the following partial Cargo.toml manifest
[dependencies]
anyhow = "1.0.86"
rand = "0.7.2"
reqwest = "0.12.15"
serde = "1.0.219"Note that serde is used by default with the derive feature.
You can still reimport it if you need additional features.