268ef8c47f2c4796b96449aed4e.../Cargo.toml
2025-08-01 10:37:33 +00:00

14 lines
609 B
TOML

[package]
edition = "2024"
name = "web"
version = "0.1.0"
[dependencies]
fathom-function = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "FTHM-13063/sgr" }
pipeline-application = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "FTHM-13063/sgr" }
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" }