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 aa358b2..fdabffa 100644 --- a/server/common/Cargo.toml +++ b/server/common/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] futures.workspace = true +log.workspace = true pathdiff = "0.2.3" serde.workspace = true tokio = { workspace = true, features = ["fs", "macros", "process", "rt", "sync"] } |
