We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c03b9 commit 0e27945Copy full SHA for 0e27945
src/lib.rs
@@ -3,6 +3,7 @@
3
extern crate postgres;
4
#[cfg(feature = "postgres")]
5
extern crate byteorder;
6
+extern crate chrono;
7
8
9
mod integrations;
0 commit comments