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

26 lines
612 B
TOML

workspace = { members = ["gump"] }
[package]
name = "actions-proto-rs"
version = "0.1.3"
edition = "2021"
repository = "https://ok.software/ok/runner_rs.git"
description = "Protobuf definitions for Forgejo actions"
license = "MIT"
build = "build.rs"
[dependencies]
axum = "0.7.5"
axum-connect = "0.3.2"
okstd = { version = "0.1.9", registry = "oksoftware", features = ["macros"] }
prost = "0.12"
prost-types = "0.12"
tokio = { version = "1.38.0", features = ["full"] }
tonic = "0.11.0"
[build-dependencies]
prost-build = "0.12.6"
tonic-build = "0.11"
hyper = { version = "0.14" }
axum-connect-build = "0.3.2"