summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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",