c6b7df01cd99434b8ecea65b8fb.../Cargo.toml
2025-03-26 11:12:23 +00:00

11 lines
416 B
TOML

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