diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-06-06 23:55:23 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-06-07 00:00:39 +0200 |
| commit | ad893a4fb44244132d710d7f94fc99a7d83f1b87 (patch) | |
| tree | b567690b5388de7919b6422e17b4637d3a323477 /server/common/Cargo.toml | |
| parent | f58f6b91e851897444186e9291804fc9b58bbd60 (diff) | |
grit: Add method for generating message translation id
reimplemented from a description of the grit id calculation
Diffstat (limited to 'server/common/Cargo.toml')
| -rw-r--r-- | server/common/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/common/Cargo.toml b/server/common/Cargo.toml index 25d3d39..2c70d43 100644 --- a/server/common/Cargo.toml +++ b/server/common/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" anyhow.workspace = true futures.workspace = true log.workspace = true +md5 = "0.7.0" pathdiff = "0.2.3" serde.workspace = true tokio = { workspace = true, features = ["fs", "macros", "process", "rt", "sync"] } |
