File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2323SHA = " ea8e919c-243c-51af-8825-aaa63cd721ce"
2424SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2525StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
26+ StructUtils = " ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
2627Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2728Tar = " a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
2829TensorCast = " 02d47bb6-7ce6-556a-be16-bb1710789e2b"
@@ -64,6 +65,7 @@ SHA = "0.7, 1"
6465SparseArrays = " 1.11"
6566StaticArrays = " 1"
6667Statistics = " 1.11"
68+ StructUtils = " 2.6.0"
6769Tables = " 1.11.1"
6870Tar = " 1.9"
6971TensorCast = " 0.3.3, 0.4"
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ using StaticArrays
5252
5353using InteractiveUtils: subtypes
5454
55+ using StructUtils: @kwarg , @tags
56+ public @tags
57+ public @kwarg
58+
5559# #==============================================================================
5660# Exports
5761# #==============================================================================
You can’t perform that action at this time.
0 commit comments