From b978f9a4de662270a7874d16315f6827e58c2b0b Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 7 Mar 2023 22:09:19 +0000 Subject: 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! --- atuin-server/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'atuin-server/Cargo.toml') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 9a9c2890..59afa0ac 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -35,3 +35,7 @@ fs-err = "2.9" chronoutil = "0.2.3" tower = "0.4" tower-http = { version = "0.3", features = ["trace"] } +reqwest = { version = "0.11", features = [ + "json", + "rustls-tls-native-roots", +], default-features = false } -- cgit v1.3.1