dnld 0.3.3

Rust library for simple downloading
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dnld"
version = "0.3.3"
edition = "2024"
description = "Rust library for simple downloading"
repository = "https://github.com/qtfkwk/dnld"
license = "MIT"

[dependencies]
anyhow = "1.0.100"
bytes = "1.10.1"
reqwest = { version = "0.12.24", features = ["blocking"] }