forked from spacebar/rust-nex
12 lines
189 B
TOML
12 lines
189 B
TOML
|
|
[package]
|
||
|
|
name = "rnex-server-api"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
prost = "0.14.3"
|
||
|
|
tonic-prost = "*"
|
||
|
|
tonic = "0.14.6"
|
||
|
|
|
||
|
|
[build-dependencies]
|
||
|
|
tonic-prost-build = "0.14.6"
|