Rustpkg support!

Closes #12
This commit is contained in:
Steven Fackler 2013-09-28 20:36:04 -07:00
parent 88bb03119a
commit 324809f368
2 changed files with 6 additions and 9 deletions

10
.gitignore vendored
View File

@ -1,6 +1,4 @@
*.so
*.dylib
*.dylib.dSYM
*.dummy
check-*
/.rust/
/build/
/bin/
/lib/

View File

@ -1,6 +1,5 @@
#[link(name = "postgres",
vers = "0.1",
url = "https://github.com/sfackler/rust-postgres")];
#[desc="A native PostgreSQL driver"];
#[license="MIT"];
extern mod extra;