aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-03-07 22:09:19 +0000
committerGitHub <noreply@github.com>2023-03-07 22:09:19 +0000
commitb978f9a4de662270a7874d16315f6827e58c2b0b (patch)
tree6668af01e951e31cd4320b1b2985d4506cbbdc3b /Cargo.lock
parentfix(client): always read session_path from settings (#757) (diff)
downloadatuin-b978f9a4de662270a7874d16315f6827e58c2b0b.zip
Add register notification webhook (#764)
I find it super motivating when people use my stuff, so this makes it _even easier_ to know when someone new signs up!
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index feb5dc5c..c4f0c8c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -169,6 +169,7 @@ dependencies = [
"fs-err",
"http",
"rand",
+ "reqwest",
"serde",
"serde_json",
"sodiumoxide",