Working on rust backend

This commit is contained in:
2023-08-30 18:39:33 -04:00
parent d999e3d484
commit 7a7f90809a
13 changed files with 2942 additions and 4 deletions

View File

@@ -1,15 +0,0 @@
[package]
name = "aviation-weather"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
env_logger = "0.10.0"
log = "0.4.20"
quick-xml = { version = "0.30.0", features = ["serialize"] }
reqwest = "0.11.19"
serde = {version = "1.0.185", features = ["derive"]}
tokio = { version = "1.32.0", features = ["macros", "rt"] }