1
0
Fork 0

add openapi parsing

This commit is contained in:
Cyborus 2024-01-10 22:09:06 -05:00
parent cf70a331d7
commit b9ba6e60d1
No known key found for this signature in database
6 changed files with 24721 additions and 22 deletions

12
generator/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "generator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eyre = "0.6.11"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
url = { version = "2.5.0", features = ["serde"] }