aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-01-02 21:09:47 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-01-02 21:09:47 +0100
commit7f306445cb78d52f598eca1810dc2c5002e34a4a (patch)
tree1043d1522e4fa5afd3fe7fbe341b4745fb46cd02 /src
parentbee7318ca808d36b29cbf6021ec47252ab2305f8 (diff)
downloadrust-zotapi-7f306445cb78d52f598eca1810dc2c5002e34a4a.tar.gz
rust-zotapi-7f306445cb78d52f598eca1810dc2c5002e34a4a.tar.bz2
rust-zotapi-7f306445cb78d52f598eca1810dc2c5002e34a4a.zip
No need for extern crate in Rust 2018.
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0ef8d33..e9b6bf9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,9 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-extern crate reqwest;
-extern crate serde;
-
mod abconfig;
mod abook;
mod client;