Skip to content

Commit 9451fb5

Browse files
committed
feat: add support for legacy cluster definitions
1 parent 1da8b77 commit 9451fb5

5 files changed

Lines changed: 1083 additions & 50 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ prost-types = "0.14"
3939
prost-build = "0.14"
4040
rand = {version = "0.8", features = ["std_rng"]}
4141
uuid = {version = "1.16", features = ["serde"] }
42-
serde_with = { version = "3", features = ["hex"] }
42+
serde_with = { version = "3", features = ["hex", "base64"] }
4343
charon-crypto = { path = "crates/charon-crypto" }
4444

4545
[workspace.lints.rust]

0 commit comments

Comments
 (0)