feat(artifacts): add immutable artifact store

This commit is contained in:
2026-08-25 18:06:33 +03:00
parent 182bde8ac0
commit 497e1b740f
13 changed files with 2198 additions and 3 deletions
Generated
+11
View File
@@ -665,6 +665,17 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "crank-artifacts"
version = "0.3.1"
dependencies = [
"libc",
"rand 0.10.2",
"sha2 0.10.9",
"thiserror 2.0.18",
"url",
]
[[package]]
name = "crank-community-auth"
version = "0.3.1"