reto13 empezado

This commit is contained in:
2023-06-28 17:37:22 +02:00
parent f4800c58e8
commit 8c5c1c32a8
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "reto13"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.12"
tokio = {version = "1", features = ["full"]}