mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
15 lines
410 B
TOML
15 lines
410 B
TOML
[package]
|
|||
|
|
categories = ["asynchronous", "network-programming", "web-programming"]
|
||
|
|
description = "Extra utilities for axum"
|
||
|
|
edition = "2018"
|
||
|
|
homepage = "https://github.com/tokio-rs/axum"
|
||
|
|
keywords = ["http", "web", "framework"]
|
||
|
|
license = "MIT"
|
||
|
|
name = "axum-extra"
|
||
|
|
readme = "README.md"
|
||
|
|
repository = "https://github.com/tokio-rs/axum"
|
||
|
|
version = "0.1.0"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
axum = { path = "../axum", version = "0.3" }
|