desert_framework 0.1.0

Micro-framework for building backend applications in Rust with Axum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "desert_framework"
version = "0.1.0"
edition = "2021"
description = "Micro-framework for building backend applications in Rust with Axum"
license = "MIT"
repository = "https://git.desert-chat.ru/Desert-Ecosystem/framework"

[dependencies]
tokio = { version = "1.47.1", features = ["sync"] }
log = "0.4.28"
axum = "0.8"
desert-framework-macros = "0.1.0"

[dev-dependencies]
tokio = { version = "1.47.1", features = ["full"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["util"] }