1
0
Fork 0
This commit is contained in:
Cyborus 2024-02-09 22:43:33 -05:00
parent 3f1458e1be
commit e53fa0b631
No known key found for this signature in database
2 changed files with 11 additions and 3 deletions

View file

@ -4,7 +4,7 @@ mod methods;
mod openapi;
mod structs;
use heck::{ToSnakeCase, ToPascalCase};
use heck::{ToPascalCase, ToSnakeCase};
use openapi::*;
fn main() -> eyre::Result<()> {