Files
CTFCUP-25/sonobank/crates/storage/Cargo.toml
2025-12-05 07:14:11 +00:00

12 lines
192 B
TOML

[package]
name = "storage"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
uuid.workspace = true
crypto = { path = "../crypto" }
byteorder = "1.5.0"