diff --git a/Cargo.toml b/Cargo.toml index 0ed43ba..e2cd91e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Konstantin Gribov "] repository = "https://github.com/smbc-rs/smbc" +documentation = "https://docs.rs/smbc" license = "GPL-3.0+" keywords = ["smbclient", "samba", "cifs"] description = "type-safe libsmbclient wrapper with std::fs-like interface" diff --git a/README.md b/README.md index f2e75a5..82976fc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Crates.io](https://img.shields.io/crates/v/smbc.svg)](https://crates.io/crates/smbc) [![Build Status](https://travis-ci.org/smbc-rs/smbc.svg?branch=master)](https://travis-ci.org/smbc-rs/smbc) [![Crates.io](https://img.shields.io/crates/l/smbc.svg)](https://crates.io/crates/smbc) +[![Docs](https://docs.rs/smbc/badge.svg)](https://docs.rs/smbc) ## About