v1.0 with SW PWA enabled
This commit is contained in:
17
node/Cargo.toml
Normal file
17
node/Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user