From b465cb3bbd160366b33ca4a594ff328d6535cd06 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 7 Jun 2017 11:04:52 -0700 Subject: [PATCH] Doc touch-ups --- Cargo.toml | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a181367f..28513e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "socket2" version = "0.1.0" authors = ["Alex Crichton "] +license = "MIT/Apache-2.0" +readme = "README.md" +repository = "https://github.com/alexcrichton/socket2-rs" +homepage = "https://github.com/alexcrichton/socket2-rs" +documentation = "https://docs.rs/socket2" +description = """ +Utilities for handling networking sockets with a maximal amount of configuration +possible intended. +""" [target."cfg(windows)".dependencies] ws2_32-sys = "0.2" diff --git a/README.md b/README.md index 2e370dec..dbb9e346 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/rust-lang-nursery/socket2-rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/socket2-rs) [![Build status](https://ci.appveyor.com/api/projects/status/68vjengx3n0rg843?svg=true)](https://ci.appveyor.com/project/alexcrichton/socket2-rs) -[Documentation](http://alexcrichton.com/socket2-rs/) +[Documentation](https://docs.rs/socket2) # License