This commit is contained in:
David Pedersen
2022-03-12 16:09:23 +01:00
parent 88974f4299
commit 08534a5795
5 changed files with 203 additions and 46 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "axum-openapi"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { path = "../axum", version = "0.4" }
okapi = "0.7.0-rc.1"
schemars = "0.8.8"