Refactor some code into the common crate

This commit is contained in:
Omar Abdulla
2025-07-24 14:51:42 +03:00
parent 3494ce250e
commit df6ad1e9e2
22 changed files with 70 additions and 40 deletions
-4
View File
@@ -11,7 +11,3 @@ rust-version.workspace = true
[dependencies]
alloy = { workspace = true }
anyhow = { workspace = true }
futures = { workspace = true }
tracing = { workspace = true }
once_cell = { workspace = true }
tokio = { workspace = true }