CD: prepare for tuono crate release

This commit is contained in:
Valerio Ageno
2024-05-25 11:29:11 +02:00
parent b91210084f
commit 89ffcf0923
23 changed files with 120 additions and 106 deletions
-11
View File
@@ -1,11 +0,0 @@
extern crate proc_macro;
use proc_macro::TokenStream;
mod handler;
#[proc_macro_attribute]
pub fn handler(args: TokenStream, item: TokenStream) -> TokenStream {
handler::handler_core(args, item)
}