nRPC/nrpc/Cargo.toml

13 lines
273 B
TOML

[package]
name = "nrpc"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/NGnius/nRPC"
readme = "../README.md"
description = "Yet another remote procedure call library"
[dependencies]
prost = "0.11"
bytes = "1"
async-trait = "0.1"