v1.0 with SW PWA enabled

This commit is contained in:
Blomios
2026-01-01 17:40:53 +01:00
parent 1c0e22aac1
commit 3c8bebb2ad
29775 changed files with 2197201 additions and 119080 deletions

17
node/Cargo.toml Normal file
View File

@ -0,0 +1,17 @@
[package]
name = "node"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
dotenv = "0.15.0"
ipconfig = "0.3.2"
reqwest = { version = "0.11", features = ["blocking","json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
tower-http = { version = "0.5", features = ["cors"] }