Initial schema for webhook.

This commit is contained in:
Tom Alexander
2024-07-14 16:38:07 -04:00
parent ab5db8aded
commit 14373c21dd
4 changed files with 26 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -831,6 +831,7 @@ version = "0.0.1"
dependencies = [
"axum",
"serde",
"serde_json",
"tokio",
"tower-http",
"tracing",