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
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "crank-artifacts"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
publish.workspace = true
version.workspace = true
[dependencies]
libc = "0.2"
rand.workspace = true
sha2.workspace = true
thiserror.workspace = true
url.workspace = true