mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-30 00:00:32 +02:00
10 lines
168 B
TOML
10 lines
168 B
TOML
[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"
|