diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-06-04 00:11:41 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-06-04 00:11:41 +0200 |
| commit | a84d3cb7e9659b57ad3bbca6cc894a46fbf741fd (patch) | |
| tree | 9a032c6e6c716436084f346790a7901a09b67e23 /server/hook/Cargo.toml | |
| parent | cd971e758ba7669b94ea3d1d3c2bf2376550820f (diff) | |
Make integration actually work
Add logs
Add remote keys for each user
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"] } |
