runner_rs/Cargo.toml

15 lines
244 B
TOML
Raw Normal View History

2024-05-24 13:43:33 +00:00
[package]
name = "actions-proto-rs"
version = "0.1.0"
edition = "2021"
repository = "https://git.ok.software/ok/runner_rs.git"
build = "build.rs"
[dependencies]
prost = "0.12"
prost-types = "0.12"
[build-dependencies]
prost-build = "0.12.6"