ngx_addon_name=ngx_http_rust_module

ngx_module_type=HTTP_FILTER
ngx_module_name=ngx_http_rust_module
ngx_module_srcs="$ngx_addon_dir/ngx_http_rust_module.c"
ngx_module_deps="cargo"
ngx_module_libs="$ngx_addon_dir/../target/debug/libngx_rust.a"


. auto/module


