Skip to content

Commit 8b7dd0a

Browse files
committed
Added docs link and shield
1 parent 7233ba0 commit 8b7dd0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Konstantin Gribov <[email protected]>"]
55

66
repository = "https://github.com/smbc-rs/smbc"
7+
documentation = "https://docs.rs/smbc"
78
license = "GPL-3.0+"
89
keywords = ["smbclient", "samba", "cifs"]
910
description = "type-safe libsmbclient wrapper with std::fs-like interface"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Crates.io](https://img.shields.io/crates/v/smbc.svg)](https://crates.io/crates/smbc)
44
[![Build Status](https://travis-ci.org/smbc-rs/smbc.svg?branch=master)](https://travis-ci.org/smbc-rs/smbc)
55
[![Crates.io](https://img.shields.io/crates/l/smbc.svg)](https://crates.io/crates/smbc)
6+
[![Docs](https://docs.rs/smbc/badge.svg)](https://docs.rs/smbc)
67

78
## About
89

0 commit comments

Comments
 (0)