summaryrefslogtreecommitdiffstats
path: root/librepology/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'librepology/src/lib.rs')
-rw-r--r--librepology/src/lib.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/librepology/src/lib.rs b/librepology/src/lib.rs
new file mode 100644
index 0000000..d7192f2
--- /dev/null
+++ b/librepology/src/lib.rs
@@ -0,0 +1,12 @@
+extern crate failure;
+extern crate serde;
+extern crate serde_json;
+extern crate url;
+extern crate url_serde;
+extern crate curl;
+
+#[macro_use] extern crate serde_derive;
+#[macro_use] extern crate log;
+#[macro_use] extern crate derive_more;
+
+pub mod v1;