Move all dependencies to workspace

This commit is contained in:
Mubelotix
2025-06-25 10:42:22 +02:00
parent bd2bd0f33b
commit 35f774dfc9
19 changed files with 820 additions and 310 deletions

View File

@@ -6,19 +6,19 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-spantrace = "0.3.0"
fxprof-processed-profile = "0.7.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tracing = "0.1.41"
tracing-error = "0.2.1"
tracing-subscriber = "0.3.19"
byte-unit = { version = "5.1.6", default-features = false, features = [
color-spantrace.workspace = true
fxprof-processed-profile.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
tracing.workspace = true
tracing-error.workspace = true
tracing-subscriber.workspace = true
byte-unit = { workspace = true, default-features = false, features = [
"std",
"byte",
"serde",
] }
tokio = { version = "1.45.1", features = ["sync"] }
tokio = { workspace = true, features = ["sync"] }
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
libproc = "0.14.10"
libproc.workspace = true