summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKartikaya Gupta <kats@trevize.staktrace.com>2018-09-05 20:57:47 -0400
committerKartikaya Gupta <kats@trevize.staktrace.com>2018-09-05 20:57:47 -0400
commit6ed59567fc1862c02005eaf80b0d3c4821c2815b (patch)
tree55cf252421476de147c2e4340331d3fa9afbd536 /Cargo.toml
parent96808caf7d15cb73da84dc1bf8796fbe7136693e (diff)
Remove documentation stuff; point to docs.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6fb80c..7ed35b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "mailparse"
version = "0.6.2"
authors = ["Kartikaya Gupta <kats@seldon.staktrace.com>"]
description = "A simple parser for MIME e-mail messages"
-documentation = "https://staktrace.github.io/mailparse/target/doc/mailparse/"
+documentation = "https://docs.rs/mailparse/"
homepage = "https://github.com/staktrace/mailparse/blob/master/README.md"
repository = "https://github.com/staktrace/mailparse"
readme = "README.md"