11 lines
416 B
TOML
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"] } |