diff options
Diffstat (limited to 'crates/mozart-core/src/package/version/version_parser.rs')
| -rw-r--r-- | crates/mozart-core/src/package/version/version_parser.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/mozart-core/src/package/version/version_parser.rs b/crates/mozart-core/src/package/version/version_parser.rs new file mode 100644 index 0000000..d2f5ccf --- /dev/null +++ b/crates/mozart-core/src/package/version/version_parser.rs @@ -0,0 +1,8 @@ +#[derive(Default)] +pub struct VersionParser; + +impl VersionParser { + pub fn new() -> Self { + Self + } +} |
