76c70f1a3339429bb3704ac0334.../Cargo.toml
2025-03-26 18:31:15 +00:00

13 lines
483 B
TOML

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