git.delta.rocks / jrsonnet / refs/commits / fca1ee17e1b0

difftreelog

source

cmds/pusher/Cargo.toml502 Bsourcehistory
1[package]2name = "pusher"3version.workspace = true4edition.workspace = true5rust-version.workspace = true67[dependencies]8anyhow.workspace = true9axum = { version = "0.8.7", features = ["http2", "macros", "ws"] }10axum-extra = { version = "0.12.2", features = ["typed-header"] }11futures-util = { version = "0.3.31", features = ["sink"] }12hyper = "1.8.1"13tokio = { workspace = true, features = ["macros", "process", "rt"] }14tokio-util = { version = "0.7.17", features = ["io"] }15tracing.workspace = true