1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
// docbase_io -- docbase.io cli written in Rust.
// Copyright 2016 Pocket7878 <poketo7878@gmail.com>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// A copy of the License has been included in the root of the repository.
#[macro_use]
extern crate hyper;
extern crate rustc_serialize;

pub mod client;
pub mod models;