nRPC/nrpc/Cargo.toml

12 lines
220 B
TOML
Raw Normal View History

2023-04-10 19:34:03 +01:00
[package]
name = "nrpc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.11"
bytes = "1"
async-trait = "0.1"