Added shell action

This commit is contained in:
2022-08-10 16:46:56 +02:00
parent f5e1e3027a
commit faf15d1398
9 changed files with 181 additions and 19 deletions

21
Cargo.lock generated
View File

@@ -80,12 +80,33 @@ version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"envconfig",
"git2",
"serde",
"serde_yaml",
"walkdir",
]
[[package]]
name = "envconfig"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea81cc7e21f55a9d9b1efb6816904978d0bfbe31a50347cb24b2e75564bcac9b"
dependencies = [
"envconfig_derive",
]
[[package]]
name = "envconfig_derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfca278e5f84b45519acaaff758ebfa01f18e96998bc24b8f1b722dd804b9bf"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "form_urlencoded"
version = "1.0.1"