summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 53eda0cd6843a29193258c266fcca7a9c225bfb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "multisock"
version = "0.1.0"
authors = ["Yorhel <git@yorhel.nl>"]
description = "Unified types for TCP & Unix sockets"
repository = "https://code.blicky.net/yorhel/multisock"
readme = "README.md"
license = "MIT"
edition = "2018"

[lib]
path = "lib.rs"