Adding sha256

This commit is contained in:
Dave Hrycyszyn
2024-06-06 13:16:41 +01:00
parent 14913b28cd
commit 1c610a9771
2 changed files with 26 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"
serde_with = "3.8.1"
sha256 = "1.5.0"
tokio = { version = "1.37.0", features = ["time"] }
websockets = "0.3.0"