Merge pull request #284 from logos-blockchain/schouhy/fix-wallet

Fix wallet build
This commit is contained in:
Sergio Chouhy 2026-01-14 10:44:09 -03:00 committed by GitHub
commit 54cc214c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ serde_json.workspace = true
env_logger.workspace = true
log.workspace = true
serde.workspace = true
tokio.workspace = true
tokio = { workspace = true, features = ["macros"] }
clap.workspace = true
base64.workspace = true
bytemuck.workspace = true