add derive Register macro

This commit is contained in:
steven-omaha
2023-01-12 23:07:27 +01:00
parent 0b4b45ed73
commit b5d58e6656
9 changed files with 189 additions and 47 deletions
+2
View File
@@ -12,3 +12,5 @@ mod ui;
pub use crate::core::Pacdef;
pub use crate::grouping::Group;
pub(crate) use crate::grouping::Package;
extern crate pacdef_macro;