1
0
mirror of https://github.com/rm-dr/servable.git synced 2025-12-10 03:04:22 -08:00

v0.0.5
All checks were successful
CI / Check links (push) Successful in 12s
CI / Check typos (push) Successful in 18s
CI / Clippy (push) Successful in 1m42s
CI / Build and test (push) Successful in 5m25s

This commit is contained in:
2025-12-04 14:59:34 -08:00
committed by GitHub
parent 8674bd9c85
commit 7a13bd0cda
11 changed files with 43 additions and 863 deletions

View File

@@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
rust-version = "1.90.0"
edition = "2024"
version = "0.0.4"
version = "0.0.5"
license = "GPL-3.0"
repository = "https://github.com/rm-dr/servable"
readme = "README.md"
@@ -44,7 +44,7 @@ mutex_atomic = "deny"
needless_raw_strings = "deny"
str_to_string = "deny"
string_add = "deny"
string_to_string = "deny"
implicit_clone = "deny"
use_debug = "allow"
verbose_file_reads = "deny"
large_types_passed_by_value = "deny"
@@ -74,6 +74,7 @@ axum = "0.8"
chrono = "0.4"
image = "0.25"
maud = "0.27"
mime = "0.3"
rand = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_urlencoded = "0.7"