version-tool 1.0.0

Version parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "version-tool"
version = "1.0.0"
edition = "2024"
authors = ["Carson 366602834@qq.com"]  # 作者
description = "Version parser"   # 简短描述
license-file = "LICENSE"
repository = "https://github.com/carsonawa/version"  # 可选但推荐

[dependencies]
thiserror = "2.0.18"