sercli 0.1.0

Server client interactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
edition = "2021"
name = "sercli"
version = "0.1.0"
authors = ["Vladas Zakrevksis <146100@gmail.com>"]
description = "Server client interactions"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/VladasZ/sercli"
repository = "https://github.com/VladasZ/sercli"


[lib]
crate-type = ["rlib", "staticlib"]
name = "sercli"

[dependencies]