sse-format

This commit is contained in:
2023-10-19 17:43:00 +03:00
parent 8473694757
commit 5cf79bf531
5 changed files with 106 additions and 66 deletions

11
Cargo.lock generated
View File

@@ -459,12 +459,12 @@ version = "0.2.14"
dependencies = [
"actix-web",
"futures",
"rand",
"redis",
"reqwest",
"serde",
"serde_json",
"tokio",
"uuid",
]
[[package]]
@@ -1576,6 +1576,15 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "uuid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
dependencies = [
"getrandom",
]
[[package]]
name = "vcpkg"
version = "0.2.15"