added integrity check to enrichment functions
This commit is contained in:
@@ -58,4 +58,10 @@ rayon = "1.10" # optional: for parallel price downloads
|
||||
|
||||
# Web server for dashboard
|
||||
axum = { version = "0.7", features = ["ws"] }
|
||||
tokio-tungstenite = "0.21" # For WebSocket support
|
||||
tokio-tungstenite = "0.21" # For WebSocket support
|
||||
|
||||
# tests
|
||||
#tempfile = "3.24.0"
|
||||
|
||||
# data integrity
|
||||
sha2 = "0.10.9"
|
||||
Reference in New Issue
Block a user