1c333bcac0144c57bf33eba8b01.../Cargo.toml
2025-03-27 01:11:22 +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"] }