From 1aa744193776fc2f8dacc74c4e9944146c303906 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 31 Aug 2024 02:21:00 +1000 Subject: started webhook test --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0f375df..3790aa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] +reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } hyper = { version = "0.14", features = ["full"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" \ No newline at end of file +serde_json = "1.0" +webhook = "2.1.2" \ No newline at end of file -- cgit v1.2.3