v0.1.0-pre.025

This commit is contained in:
2026-07-25 08:13:05 +02:00
parent f5648ff138
commit f4d024680c
13 changed files with 3729 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 2
# version: 3
[workspace]
resolver = "3"
@@ -27,7 +27,7 @@ publish = false
[workspace.dependencies]
argon2 = { version = "^0.5", features = ["std", "zeroize"] }
async-trait = { version = "^0.1", features = [] }
base64 = { version = "^0.22", features = [] }
base64 = { version = "^0.23", features = [] }
bytemuck = { version = "^1.25", features = ["derive"] }
borsh_0_10 = { package = "borsh", version = "^0.10" }
borsh = { version = "^1.7", features = ["ascii", "bson", "bytes", "default", "derive", "de_strict_order", "borsh-derive", "indexmap", "std", "rc"] }