dlrs/Cargo.toml
dependabot[bot] 8912b95f8b
Bump tokio from 1.18.2 to 1.18.5 (#2)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.18.5.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.18.5)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 14:28:57 +02:00

16 lines
374 B
TOML

[package]
name = "rusty-downloader"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.1.18"
regex = "1.5.6"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.18.5", features = ["full"] }
serde_json = "1.0"
futures = "0.3"
colored = "2.0.0"