diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ pretty_env_logger = "0.3.1" | |||
16 | parking_lot = "0.10.0" | 16 | parking_lot = "0.10.0" |
17 | serde_json = "1.0.59" | 17 | serde_json = "1.0.59" |
18 | lazy_static = "1.4.0" | 18 | lazy_static = "1.4.0" |
19 | blake2 = "0.9.1" | ||
20 | hex-literal = "0.3.1" | ||
19 | 21 | ||
20 | [dev-dependencies] | 22 | [dev-dependencies] |
21 | serde_test = "1.0.117" | 23 | serde_test = "1.0.117" |