2024-12-18 12:25:49 +00:00
|
|
|
[package]
|
|
|
|
name = "acrate_utils"
|
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
|
|
|
edition = "2021"
|
|
|
|
description = "Utilities for the acrate project"
|
|
|
|
repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate"
|
|
|
|
license = "EUPL-1.2"
|
|
|
|
keywords = []
|
|
|
|
categories = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
axum = { version = "0.7.7", features = ["macros"] }
|
|
|
|
axum-extra = { version = "0.9.4", features = ["query"] }
|
|
|
|
log = { version = "0.4.22", features = ["std", "max_level_trace", "release_max_level_debug"] }
|
|
|
|
pretty_env_logger = "0.5.0"
|
|
|
|
mediatype = { version = "0.19.18", features = ["serde"] }
|
2024-12-18 14:59:32 +00:00
|
|
|
minijinja = "2.5.0"
|
|
|
|
tokio = { version = "1.41.1", features = ["net"] }
|
2024-12-18 12:25:49 +00:00
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
tabs-in-doc-comments = "allow"
|