use yaml directly for displaying open api spec

This commit is contained in:
realaravinth
2021-10-08 15:36:42 +05:30
parent 53720ff740
commit 9afb63c738
9 changed files with 5 additions and 37 deletions

14
Cargo.lock generated
View File

@@ -1608,12 +1608,10 @@ dependencies = [
"sailfish",
"serde 1.0.127",
"serde_json",
"serde_yaml",
"sqlx",
"tokio",
"url",
"validator",
"yaml-rust",
]
[[package]]
@@ -2627,18 +2625,6 @@ dependencies = [
"serde 1.0.127",
]
[[package]]
name = "serde_yaml"
version = "0.8.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039ba818c784248423789eec090aab9fb566c7b94d6ebbfa1814a9fd52c8afb2"
dependencies = [
"dtoa",
"linked-hash-map",
"serde 1.0.127",
"yaml-rust",
]
[[package]]
name = "sha-1"
version = "0.9.7"