7889aaca6eac4aac946d2133f60.../Cargo.toml
2025-04-28 17:17:27 +00:00

15 lines
795 B
TOML

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