bkit 0.1.3

A Rust client library and CLI for interacting with BuildKit via gRPC, implementing the complete BuildKit session protocol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bkit"
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
description = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
documentation = { workspace = true }
readme = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }

[dependencies]
buildkit-client = "0.1.3"