mirror of
https://github.com/rm-dr/servable.git
synced 2025-11-28 05:19:33 -08:00
v0.0.3
This commit is contained in:
28
Cargo.toml
28
Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
|
||||
[workspace.package]
|
||||
rust-version = "1.90.0"
|
||||
edition = "2024"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
license = "GPL-3.0"
|
||||
repository = "https://github.com/rm-dr/servable"
|
||||
readme = "README.md"
|
||||
@@ -70,16 +70,16 @@ cargo_common_metadata = "deny"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
axum = "0.8.7"
|
||||
chrono = "0.4.42"
|
||||
image = "0.25.9"
|
||||
maud = "0.27.0"
|
||||
rand = "0.9.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_urlencoded = "0.7.1"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
thiserror = "2.0.17"
|
||||
tokio = "1.48.0"
|
||||
tower = "0.5.2"
|
||||
tower-http = { version = "0.6.7", features = ["compression-full"] }
|
||||
tracing = "0.1.41"
|
||||
axum = "0.8"
|
||||
chrono = "0.4"
|
||||
image = "0.25"
|
||||
maud = "0.27"
|
||||
rand = "0.9"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_urlencoded = "0.7"
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
thiserror = "2.0"
|
||||
tokio = "1.48"
|
||||
tower = "0.5"
|
||||
tower-http = { version = "0.6", features = ["compression-full"] }
|
||||
tracing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user