load("@prelude-si//:macros.bzl", "rust_library")
rust_library(
name = "sdf-v1-routes-variant",
deps = [
"//lib/dal:dal",
"//lib/sdf-core:sdf-core",
"//lib/sdf-extract:sdf-extract",
"//lib/si-events-rs:si-events",
"//lib/si-frontend-types-rs:si-frontend-types",
"//lib/si-db:si-db",
"//lib/si-pkg:si-pkg",
"//lib/telemetry-rs:telemetry",
"//third-party/rust:axum",
"//third-party/rust:hyper",
"//third-party/rust:remain",
"//third-party/rust:serde",
"//third-party/rust:serde_json",
"//third-party/rust:thiserror",
"//third-party/rust:tokio",
],
srcs = glob([
"src/**/*.rs",
]),
)