add updater
This commit is contained in:
@@ -6,14 +6,11 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
git2 = { version = "0.16.1" }
|
||||
clap = "4.2.1"
|
||||
color-eyre = "0.6.2"
|
||||
dotenv = "0.15.0"
|
||||
eyre = "0.6.8"
|
||||
git2 = { version = "0.16.1", features = [
|
||||
"vendored-libgit2",
|
||||
"vendored-openssl",
|
||||
] }
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
serde_json = "1.0.95"
|
||||
serde_yaml = "0.9.19"
|
||||
|
Reference in New Issue
Block a user