tap-interface/Cargo.toml

17 lines
302 B
TOML

[package]
name = "tap-interface"
version = "1.0.0"
edition = "2024"
description = "Protobuf definitions for TAP"
authors = ["Joey Hines joey@ahines.net"]
[dependencies]
prost = "0.14.1"
prost-types = "0.14.1"
tonic = "0.14.2"
tonic-prost = "0.14.2"
[build-dependencies]
tonic-prost-build = "0.14.2"