summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 53eda0c..03cd96d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "multisock"
-version = "0.1.0"
+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"