rust-package-manager/client/Cargo.toml

10 lines
225 B
TOML
Raw Normal View History

2024-11-20 00:16:31 +03:00
[package]
name = "rust-package-manager-client"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.9", features = ["multipart"] }
sha3 = "0.10.8"
tokio = { version = "1.41.1", features = ["full"] }