started work on db

This commit is contained in:
2024-05-26 03:53:16 +02:00
parent 8593af2441
commit ab616cb181
16 changed files with 1586 additions and 465 deletions

View File

@@ -1,11 +0,0 @@
#[macro_use]
extern crate serde_derive;
extern crate hyper;
extern crate serde;
extern crate serde_json;
extern crate futures;
extern crate url;
pub mod apis;
pub mod models;