diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-04 13:54:02 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-04 13:54:02 -0400 |
| commit | 5e19831e02015047b2fb23592a82439d59b62767 (patch) | |
| tree | 56c690d44dfdef08c131eab740932e6b7c61cdd4 /Cargo.lock | |
| parent | 47fb9177c7d9d6d3b4e75aeb55a94ef236c807a6 (diff) | |
Delete expired tokens
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |
