From b9b79a7b7385ba18654d51bc2ca1b5d07f191d0e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 11 Sep 2018 14:49:25 -0700 Subject: finish fatcat-api => fatcat-api-spec refactor --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 57cc535c..381c67ea 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -1,5 +1,5 @@ extern crate chrono; -extern crate fatcat_api; +extern crate fatcat_api_spec; #[macro_use] extern crate diesel; extern crate diesel_migrations; -- cgit v1.2.3