nRPC/nrpc-codegen-test/Cargo.toml

17 lines
402 B
TOML
Raw Normal View History

2023-04-10 19:34:03 +01:00
[package]
name = "nrpc-codegen-test"
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"
2023-04-15 04:54:38 +01:00
nrpc = { version = "*", path = "../nrpc" }
2023-04-10 19:34:03 +01:00
bytes = "1"
async-trait = "0.1"
tokio = { version = "*", features = [ "full" ] }
[build-dependencies]
2023-04-15 04:54:38 +01:00
nrpc-build = { version = "*", path = "../nrpc-build" }