runner_rs/gump/Cargo.toml

31 lines
800 B
TOML
Raw Normal View History

2024-05-25 09:04:29 +00:00
[package]
name = "gump"
2024-05-25 09:24:48 +00:00
version = "0.1.3"
2024-05-25 09:04:29 +00:00
edition = "2021"
license = "MIT"
description = "A forgejo / gitea action runner"
2024-05-25 09:24:48 +00:00
repository = "https://ok.software/ok/runner_rs.git"
2024-05-25 09:04:29 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-06-05 19:06:52 +00:00
actions-proto-rs = { version = "*", path = ".." }
2024-05-25 09:24:48 +00:00
url = "2.2.2"
argh = "0.1.1"
2024-05-25 09:04:29 +00:00
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"
2024-06-05 19:06:52 +00:00
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"