ResourceHub API. Not for production. Changes in repository, not implemented sqlite, chages sensor data dto, Changes in Readme file, for update Concept for global collecting sensor's data from cities
This commit is contained in:
@@ -4,7 +4,9 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
redis = { version = "1.0.4", features = ["tokio-comp"] }
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
redis = { version = "1.0.4", features = ["json"] }
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
tinterm = "0.2.0"
|
||||
tinterm = "0.2.0"
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.149"
|
||||
Reference in New Issue
Block a user