Switch over to pkgid

This commit is contained in:
Steven Fackler 2013-12-15 22:09:07 -08:00
parent de5add7175
commit 8dca1c058d

8
lib.rs
View File

@ -55,13 +55,7 @@ fn main() {
```
*/
#[desc="A native PostgreSQL driver"];
#[license="MIT"];
// Needed for rustdoc-ng
#[link(name="rust-postgres", vers="0.1",
package_id="github.com/sfackler/rust-postgres")];
#[pkgid="github.com/sfackler/rust-postgres"];
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
#[warn(missing_doc)];