Add html_root_url to the crate doc

This commit is contained in:
Alexis Mousset
2014-05-11 20:39:47 +02:00
parent f54db73fa3
commit 0d77f8729c

View File

@@ -49,6 +49,7 @@
#![desc = "Rust SMTP client"]
#![comment = "Simple SMTP client"]
#![license = "MIT/ASL2"]
#![doc(html_root_url = "http://amousset.github.io/rust-smtp/smtp/"]
#![feature(macro_rules)]
#![feature(phase)]