[package] edition = "2021" name = "web" version = "0.1.0" [dependencies] axum = { version = "0.8" } openssl = { version = "0.10", features = ["vendored"] } pipeline-application = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "johnabell/ili-validation-load" } pipeline-configuration = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "johnabell/ili-validation-load" } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.138" tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } tracing = { version = "0.1" } tracing-subscriber = { version = "0.3" } uuid = { version = "1" }