Public release release-ffc6f14a3723

Source commit: ffc6f14a3723ea6aa513613a5406d737f21b201d

Public tree identity: sha256:a77575c31dda8de868bc8de91d94df55c46f0b028e755e56a8cce8e27f72a42b
This commit is contained in:
Clusterflux release 2026-07-19 16:41:50 +02:00
commit 3996d91ee0
221 changed files with 81123 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "recovery-build"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
clusterflux = { package = "clusterflux-sdk", path = "../../crates/clusterflux-sdk" }
serde.workspace = true