tlrpc 0.1.0

just a simple tlrpc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tlrpc"
version = "0.1.0"
authors = ["alimy <alimy@gility.net>"]
license = "Apache-2.0"
description = "just a simple tlrpc"
repository = "https://github.com/tlrpc/tlrpc-rs"
categories = ["network-programming"]
autoexamples = false
edition = "2018"

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

[workspace]
members  = ["derive", "futures", "net"]

[dependencies]