feat: add semver

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-30 14:03:24 +02:00
parent a63c6ce3be
commit 120865f72c
8 changed files with 170 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ url = {version = "*"}
serde_yaml = {version = "*"}
serde = {version = "*", features = ["derive"]}
semver = "1.0.18"
reqwest = {version = "*"}