13 lines
483 B
TOML
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"] }
|