summaryrefslogtreecommitdiff
path: root/server/common/Cargo.toml
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-02-20 22:53:27 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-02-20 22:53:27 +0100
commite940d84f69e3fd627731d5d3f698d6f838797862 (patch)
tree779eefcde993e22c0a69c18a3cb6e1cb9d17aad3 /server/common/Cargo.toml
parentbf025b4977543a371df9dbdddfe9cc2f02f2a8d0 (diff)
WIPWIP
Diffstat (limited to 'server/common/Cargo.toml')
-rw-r--r--server/common/Cargo.toml1
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"] }