runner_rs/gump/Cargo.toml
2024-06-05 20:06:52 +01:00

31 lines
800 B
TOML

[package]
name = "gump"
version = "0.1.3"
edition = "2021"
license = "MIT"
description = "A forgejo / gitea action runner"
repository = "https://ok.software/ok/runner_rs.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actions-proto-rs = { version = "*", path = ".." }
url = "2.2.2"
argh = "0.1.1"
hyper = { version = "0.14" }
hyper-tls = "0.5"
tokio = { version = "1.37.0", features = ["full"] }
tonic = "0.11.0"
tonic-web = "0.11.0"
tower = "0.4.13"
uuid = { version = "1.8.0", features = ["v4"] }
okstd = { version = "0.1.9", registry = "oksoftware", features = ["macros"] }
axum-connect = "0.3.2"
prost = "0.12.6"
axum = "0.7.5"
serde_json = "1.0.117"
http = "1.1.0"
serde = "1.0.203"
bytes = "1.6.0"
http-body-util = "0.1.1"