feat: WIP setup actions

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-10-24 22:59:27 +02:00
parent dfa70b3485
commit db49af5fa2
16 changed files with 815 additions and 11 deletions

30
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.86"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
[[package]]
name = "autocfg"
@@ -194,6 +194,17 @@ dependencies = [
"serde_json",
]
[[package]]
name = "cuddle-actions"
version = "0.1.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#dfa70b348593a9053b2ab7f866ff4ab2bcddfeea"
dependencies = [
"anyhow",
"clap",
"serde",
"serde_json",
]
[[package]]
name = "diff"
version = "0.1.13"
@@ -427,6 +438,15 @@ dependencies = [
"bitflags",
]
[[package]]
name = "rust"
version = "0.1.0"
dependencies = [
"anyhow",
"cuddle-actions 0.1.0 (git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2)",
"tokio",
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
@@ -555,9 +575,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.39.3"
version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
dependencies = [
"backtrace",
"bytes",