diff options
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"] } |
