Commit initial

This commit is contained in:
2024-03-04 08:22:34 +01:00
commit 1a84d2a3d8
8 changed files with 340 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "DownloadPeople"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
curl = "0.4.46"
sha2 = "0.10.8"