reto10 terminado

This commit is contained in:
2023-06-23 17:31:56 +02:00
parent 643fda700c
commit 117cc87783
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "reto10"
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"]}