Skip to content
Snippets Groups Projects
Commit 27eb4642 authored by Covertness's avatar Covertness Committed by Yang Zhang
Browse files

add doc link

parent 6333f848
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ name = "coap" ...@@ -3,6 +3,7 @@ name = "coap"
version = "0.1.0" version = "0.1.0"
description = "A CoAP library" description = "A CoAP library"
readme = "README.md" readme = "README.md"
documentation = "http://covertness.github.io/coap-rs/coap/index.html"
repository = "https://github.com/covertness/coap-rs" repository = "https://github.com/covertness/coap-rs"
license = "MIT" license = "MIT"
authors = ["Yang Zhang <wuyingfengsui@gmail.com>"] authors = ["Yang Zhang <wuyingfengsui@gmail.com>"]
... ...
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library implemented in Rust. A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library implemented in Rust.
[Documentation](http://covertness.github.io/coap-rs/coap/index.html)
## Installation ## Installation
First add this to your `Cargo.toml`: First add this to your `Cargo.toml`:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment