aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 13fe29b..066e79c 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -8,6 +8,7 @@ serde = { version = "1.0.217", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
rocket = { workspace = true, optional = true }
chrono = { version = "0.4.39", features = ["serde"] }
+blake3 = "1.5.5"
[features]
rocket = ["dep:rocket"]