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

7
Cargo.lock generated
View File

@@ -215,6 +215,7 @@ dependencies = [
"clap",
"dotenv",
"reqwest",
"semver",
"serde",
"serde_yaml",
"tokio",
@@ -928,6 +929,12 @@ dependencies = [
"libc",
]
[[package]]
name = "semver"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
[[package]]
name = "serde"
version = "1.0.177"