nRPC/nrpc/Cargo.toml

14 lines
273 B
TOML
Raw Normal View History

2023-04-10 14:34:03 -04:00
[package]
name = "nrpc"
2023-04-14 23:54:38 -04:00
version = "0.2.0"
2023-04-10 14:34:03 -04:00
edition = "2021"
2023-04-10 14:37:55 -04:00
license = "Apache-2.0"
repository = "https://github.com/NGnius/nRPC"
readme = "../README.md"
description = "Yet another remote procedure call library"
2023-04-10 14:34:03 -04:00
[dependencies]
prost = "0.11"
bytes = "1"
async-trait = "0.1"