Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "lrpc"

version = "1.0.0"

authors = ["lipogem"]

edition = "2018"

license = "MIT"

description = "local rpc"

repository = "https://github.com/lipogem/lrpc"

readme = "README.md"

keywords = ["rpc", "lrpc", "remoting"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

lrpc-macros = { path = "./lrpc-macros", version = "^1.0.0" }