OAS: yaml to json

This commit is contained in:
realaravinth
2021-04-01 15:23:36 +05:30
parent 55dd3fffe5
commit e83ed3d8ea
9 changed files with 92 additions and 424 deletions

View File

@@ -44,6 +44,7 @@ derive_more = "0.99"
serde = "1"
serde_json = "1"
serde_yaml = "0.8"
url = "2.2"
@@ -58,3 +59,8 @@ m_captcha = { version = "0.1.2", git = "https://github.com/mCaptcha/mCaptcha" }
rand = "0.8"
sailfish = "0.3.2"
[build-dependencies]
serde_yaml = "0.8"
serde_json = "1"
yaml-rust = "0.4"