feat(services/autumn): scaffold implementation of api

This commit is contained in:
Paul Makles
2024-08-29 20:18:17 +01:00
parent 1fb4032d9e
commit 1938ebc3fa
7 changed files with 1560 additions and 186 deletions

View File

@@ -0,0 +1,22 @@
[package]
name = "revolt-autumn"
version = "0.7.13"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
revolt-config = { version = "0.7.13", path = "../../core/config" }
tempfile = "3.12.0"
axum_typed_multipart = "0.12.1"
axum = { version = "0.7.5", features = ["multipart"] }
utoipa-scalar = { version = "0.1.0", features = ["axum"] }
utoipa = { version = "4.2.3", features = ["axum_extras", "ulid"] }