summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-04 13:54:02 -0400
committermrw1593 <botahamec@outlook.com>2023-06-04 13:54:02 -0400
commit5e19831e02015047b2fb23592a82439d59b62767 (patch)
tree56c690d44dfdef08c131eab740932e6b7c61cdd4 /Cargo.lock
parent47fb9177c7d9d6d3b4e75aeb55a94ef236c807a6 (diff)
Delete expired tokens
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 409ae6a..a1f5ed7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,6 +88,7 @@ version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
dependencies = [
+ "actix-macros",
"futures-core",
"tokio",
]
@@ -1667,6 +1668,7 @@ dependencies = [
name = "rust-pw-server"
version = "0.1.0"
dependencies = [
+ "actix-rt",
"actix-web",
"base64 0.21.0",
"chrono",