diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ anyhow = "1.0.86" log = "0.4.22" rand = "0.9.0-alpha.1" base64 = "0.22.1" +md5 = "0.7.0" +hex = "0.4.3" [dev-dependencies] env_logger = "0.11.3" |