Skip to content

Commit

Permalink
Add code meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jul 9, 2024
1 parent 8ac4e52 commit 83bda6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions derive/src/models/table_meta/model_attributes.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Author: Oyelowo Oyedayo
* Email: [email protected]
* Copyright (c) 2024 Oyelowo Oyedayo
* Licensed under the MIT license
*/

use std::str::FromStr;

use syn::{self, parse_quote, GenericArgument, Path, PathArguments, Type};
Expand Down

0 comments on commit 83bda6f

Please sign in to comment.