runner_rs/Cargo.toml

20 lines
414 B
TOML
Raw Normal View History

2024-05-25 09:04:29 +00:00
workspace = { members = ["gump"] }
2024-05-24 13:43:33 +00:00
[package]
name = "actions-proto-rs"
2024-05-25 09:24:48 +00:00
version = "0.1.3"
2024-05-24 13:43:33 +00:00
edition = "2021"
2024-05-25 09:04:29 +00:00
repository = "https://ok.software/ok/runner_rs.git"
2024-05-24 13:54:11 +00:00
description = "Protobuf definitions for Forgejo actions"
license = "MIT"
2024-05-24 13:43:33 +00:00
build = "build.rs"
[dependencies]
prost = "0.12"
prost-types = "0.12"
2024-05-25 09:04:29 +00:00
tonic = "0.11.0"
2024-05-24 13:43:33 +00:00
[build-dependencies]
prost-build = "0.12.6"
2024-05-25 09:04:29 +00:00
tonic-build = "0.11"
hyper = { version = "0.14" }