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:
14
ResourceHub/Cargo.lock
generated
14
ResourceHub/Cargo.lock
generated
@@ -8,6 +8,8 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"redis",
|
||||
"rocket",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinterm",
|
||||
"tokio",
|
||||
]
|
||||
@@ -134,11 +136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
"memchr",
|
||||
"pin-project-lite",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -983,19 +981,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b36964393906eb775b89b25b05b7b95685b8dd14062f1663a31ff93e75c452e5"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
"combine",
|
||||
"futures-util",
|
||||
"itoa",
|
||||
"num-bigint",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"ryu",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha1_smol",
|
||||
"socket2 0.6.3",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"url",
|
||||
"xxhash-rust",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user