ResourceHub API. Not for production. Replacement Rocket crate (library) to Actix (Actix web), added endpoints for get, get_by_id, create for first tests, later i will add database connection and impliment saving sensor data into Database.,
This commit is contained in:
@@ -6,7 +6,8 @@ edition = "2024"
|
||||
[dependencies]
|
||||
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"
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.149"
|
||||
serde_json = "1.0.149"
|
||||
deadpool-redis = "0.23.0"
|
||||
actix-web = "4.13.0"
|
||||
|
||||
Reference in New Issue
Block a user