[package] edition = "2024" name = "web" version = "0.1.0" [dependencies] fathom-function = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "main" } pipeline-application = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "main" } serde = { version = "1.0.219", features = ["derive"] } serde-this-or-that = "0.5.0" tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } uom = { version = "0.36" } uuid = { version = "1" }