Re-export async_trait for code gen.
added
- Adding
async_trait::async_trait
macro as a pub export of thewither
crate, so that code generated fromwither_derive
can use#[wither::async_trait]
instead of requiring users to declareasync-trait
as a dependency. This seems like the right thing to do here ... we'll see. If this causes problems for you (which it shouldn't), please open an issue.