16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "creditservice-proto"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Proto definitions for the Photon credit-control reference service"
|
|
|
|
[dependencies]
|
|
tonic = { workspace = true }
|
|
prost = { workspace = true }
|
|
prost-types = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
tonic-build = { workspace = true }
|
|
protoc-bin-vendored = "3.2"
|