b9309e2ac16641d0bd4ddb3cf98.../Cargo.toml
2025-03-26 11:31:54 +00:00

11 lines
369 B
TOML

[package]
edition = "2021"
name = "web"
version = "0.1.0"
[dependencies]
axum = { version = "0.8" }
pipeline-configuration = { git = "ssh://git@github.com/fathom-io/pipeline-calculations.git" }
serde_json = { version = "1.0.138" }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }