48d176606dcd443499509d7da6d.../Cargo.toml
2025-04-07 11:18:19 +00:00

16 lines
849 B
TOML

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