irc-push-function/src/functions/mod.rs

9 lines
180 B
Rust

// WARNING: This file is regenerated by the `cargo func new` command.
mod webhook;
// Export the Azure Functions here.
azure_functions::export! {
webhook::webhook,
}