aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/package/version/version_parser.rs
blob: d2f5ccfaed326dea66040ad53ffd4a0f0fec6b8b (plain)
1
2
3
4
5
6
7
8
#[derive(Default)]
pub struct VersionParser;

impl VersionParser {
    pub fn new() -> Self {
        Self
    }
}