50c2f66d8bc2464daea35b6b41d.../Cargo.toml
2025-04-25 08:02:47 +00:00

14 lines
683 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 = "johnabell/ili-comparison" }
# pipeline-application = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git", branch = "johnabell/ili-comparison" }
fathom-function = { path = "../../fathom-function" }
pipeline-application = { path = "../../pipeline-application" }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1" }