feat: update template

This commit is contained in:
2025-11-17 23:43:29 -03:00
parent 0000015041
commit 00000160b4
35 changed files with 333 additions and 509 deletions

14
utils/download/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "download"
description.workspace = true
readme.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
[dependencies]
reqwest = { version = "0.11.22", features = ["blocking"] }
dotenvy = "0.15.6"
pico-args = "0.5.0"