aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-openapi/examples/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/fatcat-openapi/examples/client.rs')
-rw-r--r--rust/fatcat-openapi/examples/client.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/rust/fatcat-openapi/examples/client.rs b/rust/fatcat-openapi/examples/client.rs
index 5ed6122a..3fb833bd 100644
--- a/rust/fatcat-openapi/examples/client.rs
+++ b/rust/fatcat-openapi/examples/client.rs
@@ -1,6 +1,7 @@
#![allow(missing_docs, unused_variables, trivial_casts)]
-use fatcat_openapi;
+extern crate clap;
+extern crate fatcat_openapi;
#[allow(unused_extern_crates)]
extern crate futures;
#[allow(unused_extern_crates)]
@@ -557,6 +558,8 @@ fn main() {
Some("jstor_example".to_string()),
Some("ark_example".to_string()),
Some("mag_example".to_string()),
+ Some("doaj_example".to_string()),
+ Some("dblp_example".to_string()),
Some("expand_example".to_string()),
Some("hide_example".to_string()),
)