feat: update readme with gif

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 15:25:38 +01:00
parent 1de13de61b
commit b308c5b123
10 changed files with 442 additions and 0 deletions

33
Cargo.lock generated
View File

@@ -178,6 +178,17 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pipeline"
version = "0.1.0"
dependencies = [
"noprocess",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "ppv-lite86"
version = "0.2.21"
@@ -261,6 +272,17 @@ version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "scheduled"
version = "0.1.0"
dependencies = [
"noprocess",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
@@ -696,6 +718,17 @@ version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
[[package]]
name = "worker"
version = "0.1.0"
dependencies = [
"noprocess",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "zerocopy"
version = "0.8.32"