Skip to content

Commit b465cb3

Browse files
committed
Doc touch-ups
1 parent 400598c commit b465cb3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "socket2"
33
version = "0.1.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5+
license = "MIT/Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/alexcrichton/socket2-rs"
8+
homepage = "https://github.com/alexcrichton/socket2-rs"
9+
documentation = "https://docs.rs/socket2"
10+
description = """
11+
Utilities for handling networking sockets with a maximal amount of configuration
12+
possible intended.
13+
"""
514

615
[target."cfg(windows)".dependencies]
716
ws2_32-sys = "0.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/rust-lang-nursery/socket2-rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/socket2-rs)
44
[![Build status](https://ci.appveyor.com/api/projects/status/68vjengx3n0rg843?svg=true)](https://ci.appveyor.com/project/alexcrichton/socket2-rs)
55

6-
[Documentation](http://alexcrichton.com/socket2-rs/)
6+
[Documentation](https://docs.rs/socket2)
77

88
# License
99

0 commit comments

Comments
 (0)