diff options
author | Joris | 2025-02-06 21:15:32 +0100 |
---|---|---|
committer | Joris | 2025-02-06 21:15:32 +0100 |
commit | fedb4e7c7ebf21619f89c29d011e288363a978e9 (patch) | |
tree | a1caf36b68fc672bf8bc0740ee05dbb6770d02a6 /Cargo.toml | |
parent | 2956aa5f5324e4183dbc87f81fbc71fd0f43dbf9 (diff) |
Use anyhow Error
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ authors = ["Joris <joris@guyonvarch.me>"] edition = "2021" [dependencies] +anyhow = "1.0" bcrypt = "0.17" chrono = "0.4" env_logger = "0.11" |