diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,7 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] +hex = "0.4.3" prost = "0.13.5" +sha2 = "0.10.9" tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] } tonic = "0.13.1" tonic-reflection = "0.13.1" |
