Define all the dependencies at the workspace level

This commit is contained in:
Quentin Gliech
2025-06-10 11:53:22 +02:00
parent 642c8ba508
commit 69e3001966
31 changed files with 555 additions and 330 deletions

View File

@@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false
publish.workspace = true
[lints]
workspace = true
@@ -15,10 +15,10 @@ workspace = true
anyhow.workspace = true
async-trait.workspace = true
camino.workspace = true
convert_case = "0.8.0"
csv = "1.3.1"
convert_case.workspace = true
csv.workspace = true
reqwest.workspace = true
serde.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true