1
0
This commit is contained in:
2024-03-13 16:53:30 +09:00
parent acb8fe9541
commit 2f050d621e
188 changed files with 7457 additions and 77302 deletions

12
test/src/lib.rs Normal file
View File

@@ -0,0 +1,12 @@
#![allow(unused_imports)]
#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate serde_json;
extern crate url;
extern crate reqwest;
pub mod apis;
pub mod models;