diff options
Diffstat (limited to 'server/hook/Cargo.toml')
| -rw-r--r-- | server/hook/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/hook/Cargo.toml b/server/hook/Cargo.toml index 2a298b7..29663e4 100644 --- a/server/hook/Cargo.toml +++ b/server/hook/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] eyeballs-common = { path = "../common" } +log.workspace = true rmp-serde.workspace = true serde.workspace = true tokio = { workspace = true, features = ["full"] } |
