summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 03cd96d353d1e170078b7eabbdbabb3befe95a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "multisock"
version = "0.1.1"
authors = ["Yorhel <git@yorhel.nl>"]
documentation = "https://docs.rs/multisock"
description = "Unified types for TCP & Unix sockets"
repository = "https://code.blicky.net/yorhel/multisock"
categories = ["network-programming"]
keywords = ["tcp", "unix", "socket"]
readme = "README.md"
license = "MIT"
edition = "2018"

[lib]
path = "lib.rs"