mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
workspace
This commit is contained in:
parent
43747f9cda
commit
eea39e1f16
22 changed files with 166 additions and 107 deletions
6
terustform-macros/src/lib.rs
Normal file
6
terustform-macros/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[proc_macro_derive(DataSourceModel)]
|
||||
pub fn data_source_model(
|
||||
_input: proc_macro::TokenStream,
|
||||
) -> proc_macro::TokenStream {
|
||||
Default::default()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue