Skip to content

Commit

Permalink
Setting up cargo for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoric committed Oct 14, 2015
1 parent 8598855 commit d2c6986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ version = "0.1.0"
authors = ["David Rajchenbach-Teller <D.O.Teller@gmail.com>"]
repository = "https://github.com/Yoric/telemetry.rs"
description = "Telemetry is a mechanism used to capture metrics in an application, to later store the data locally or upload it to a server for statistical analysis."
documentation = "http://yoric.github.io/telemetry.rs/0.1.0/telemetry/index.html"
documentation = "http://yoric.github.io/telemetry.rs/doc/0.1.0/telemetry/index.html"
readme="README.md"
keywords=["telemetry", "histograms", "metrics"]
license="MIT"
exclude=["telemetry.json", ".*", "doc/*"]

[dependencies]
rustc-serialize = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ then be exported, so that applications can save them to disk or upload
them to a server. Several types of Histograms are provided, suited to
distinct kinds of measures.

API documentation may be found [here](http://yoric.github.io/telemetry.rs/target/doc/telemetry/).
API documentation may be found [here](http://yoric.github.io/telemetry.rs/doc/latest/telemetry/).

0 comments on commit d2c6986

Please sign in to comment.