Files
accuweathercall/code/Cargo.toml
Juan Pablo Vial 827566b4f2 Aplicando orden por modulos
Ignorar .env
2022-07-01 12:08:31 -04:00

12 lines
340 B
TOML

[package]
name = "clima"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json"]}
tokio = { version = "1", features = ["full"] }