@@ -9,27 +9,18 @@ actix-web = { workspace = true }
99tokio = { workspace = true }
1010anyhow = { workspace = true }
1111utoipa = { workspace = true }
12- tracing = { workspace = true }
13- uuid = { workspace = true }
14- kube = { workspace = true }
15- reqwest = { workspace = true }
1612rustls = { workspace = true }
1713
1814utoipa-actix-web = { workspace = true }
1915
20- opentelemetry = { workspace = true }
21- opentelemetry_sdk = { workspace = true }
22- opentelemetry-otlp = { workspace = true }
23- opentelemetry-appender-tracing = { workspace = true }
24- tracing-subscriber = { workspace = true }
2516
2617utoipa-scalar = { version = " 0.3" , features = [" actix-web" ] }
2718actix-cors = { version = " 0.7" }
2819tracing-actix-web = { version = " 0.7" , features = [" opentelemetry_0_31" ] }
2920
30- api = { path = " ../../libs/server/api" , version = " 0.1.9" }
31- trace = { path = " ../../libs/server/trace" , version = " 0.1.9" }
32- common = { path = " ../../libs/server/common" , version = " 0.1.9" }
33- controller = { path = " ../../libs/server/controller" , version = " 0.1.9" }
21+ api = { path = " ../../libs/server/api" , version = " 0.1.9" }
22+ trace = { path = " ../../libs/server/trace" , version = " 0.1.9" }
23+ common = { path = " ../../libs/server/common" , version = " 0.1.9" }
24+ controller = { path = " ../../libs/server/controller" , version = " 0.1.9" }
3425
3526# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments