Open stanislav-tkach opened 4 years ago
Currently hooks must be placed in the project root, so a hook is executed for every crate in the package. It would be convenient to have hooks at the crate level.
In my case I have several lambdas and only some of them need the libpq library.
Currently hooks must be placed in the project root, so a hook is executed for every crate in the package. It would be convenient to have hooks at the crate level.
In my case I have several lambdas and only some of them need the libpq library.