6553e377cd65420f8d7230af52f.../Cargo.toml
2025-07-29 14:22:57 +00:00

15 lines
708 B
TOML

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