diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-11-17 15:46:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-11-19 14:55:14 -0800 |
commit | 89016d99a20269c1a576bd4c7673f83af55e8218 (patch) | |
tree | d57902f19bfb546ae941c566e2be0ab7aa9796fd /rust/fatcat-openapi/examples/client.rs | |
parent | b4d675b3a4a085d6338d8df5196f4a37dd7c39bc (diff) | |
download | fatcat-89016d99a20269c1a576bd4c7673f83af55e8218.tar.gz fatcat-89016d99a20269c1a576bd4c7673f83af55e8218.zip |
codegen rust crate for v0.3.3
Diffstat (limited to 'rust/fatcat-openapi/examples/client.rs')
-rw-r--r-- | rust/fatcat-openapi/examples/client.rs | 5 |
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()), ) |