diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-04 13:37:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-04 13:37:19 +0800 |
| commit | 26ef5d88f36f69bb856aedc7bb50138933d1e036 (patch) | |
| tree | 44a73d78f016ac405508df89b80a404b82275ecc /mingling/src/metadata.rs | |
| parent | b8ccbf380a1253a20303c35a5f3343c4d52e31f5 (diff) | |
feat(metadata): add Description convention metadata type
Diffstat (limited to 'mingling/src/metadata.rs')
| -rw-r--r-- | mingling/src/metadata.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/src/metadata.rs b/mingling/src/metadata.rs new file mode 100644 index 0000000..329576c --- /dev/null +++ b/mingling/src/metadata.rs @@ -0,0 +1,2 @@ +mod description; +pub use description::*; |
